push navbar to right

This commit is contained in:
Jörg Thalheim 2012-08-10 23:26:30 +02:00
parent e1347feab9
commit 45c3ad5b1f
1 changed files with 2 additions and 1 deletions

View File

@ -61,7 +61,7 @@ a {
header { header {
position: fixed; position: fixed;
line-height: 2em; line-height: 1.8em;
top: 0px; top: 0px;
right: 0px; right: 0px;
display: inline; display: inline;
@ -74,6 +74,7 @@ header {
text-align: center; text-align: center;
} }
ul { ul {
float: right;
margin: 0px; margin: 0px;
padding: 0px; padding: 0px;
} }