summaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-26 23:39:30 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-26 23:39:30 (EDT)
commita6c4a01b539b82263d2a288a1b7e35ee2ecb8358 (patch)
treec701e80d2f99fbc56590ecf328531cd81aad9d09 /main.css
parenta031f1dfbdae3a4db3e6cbc5e04100d93804d12c (diff)
Try to float navigation to right...
Diffstat (limited to 'main.css')
-rw-r--r--main.css7
1 files changed, 2 insertions, 5 deletions
diff --git a/main.css b/main.css
index 8a58168..d226d52 100644
--- a/main.css
+++ b/main.css
@@ -51,17 +51,14 @@ header .logo a {
header div.nav {
margin: 0px 0px 0px 64px;
}
-header ul {
+header div.nav ul {
float: right;
+ display: inline;
height: 32px;
- width: 100%;
line-height: 32px;
list-style-type: none;
margin: 0px;
padding: 0px;
- position: absolute;
- left: 0px;
- top: 0px;
}
header ul li {
float: left;