Split project edition into multiple pages

This commit is contained in:
Frederic Guillot
2016-01-24 18:15:21 -05:00
parent 4fa38bf417
commit abcfd02067
18 changed files with 244 additions and 127 deletions

File diff suppressed because one or more lines are too long

View File

@@ -93,10 +93,21 @@ header h1 .tooltip {
.menu-inline li,
.page-header li {
display: inline;
padding-right: 10px;
padding-right: 15px;
font-size: 0.95em;
}
.page-header li.active a {
color: #333;
text-decoration: none;
font-weight: bold;
}
.page-header li.active a:hover,
.page-header li.active a:focus {
text-decoration: underline;
}
.menu-inline {
margin-bottom: 5px;
}