forked from leftypol/leftypol
dock top nav bar in top right corner for now, because it looks shit everywhere else
This commit is contained in:
parent
32c999346f
commit
961e3d3fe0
2 changed files with 16 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue