Optionally show page navigation bar at the top too.

This commit is contained in:
Michael Foster 2013-09-15 00:42:20 +10:00
parent 104e2bce6d
commit c4a6116722
3 changed files with 30 additions and 2 deletions

View file

@ -319,6 +319,10 @@ div.pages {
border-right: 1px solid #B7C5D9;
border-bottom: 1px solid #B7C5D9;
}
div.pages.top {
display: inline-block;
padding: 4px 8px;
}
div.pages a.selected {
color: black;
font-weight: bolder;