dock top nav bar in top right corner for now, because it looks shit everywhere else

This commit is contained in:
Michael Foster
2013-09-15 05:46:27 +10:00
parent 32c999346f
commit 961e3d3fe0
2 changed files with 16 additions and 14 deletions

View File

@@ -320,11 +320,13 @@ div.pages {
border-bottom: 1px solid #B7C5D9;
}
div.pages.top {
display: inline-block;
padding: 4px 8px;
margin-top: 40px;
float: left;
position: absolute;
display: block;
padding: 5px 8px;
margin-bottom: 5px;
position: fixed;
top: 0;
right: 0;
opacity: 0.9;
}
div.pages a.selected {
color: black;