summaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-26 23:28:44 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-26 23:28:44 (EDT)
commit5f8c6c5669f3ffa0271129c882161b7dc28af256 (patch)
tree9b83bd32dd705c2f8892a04ac45500fa56733d69 /main.css
parent2d60594da96bf7616f044b825c92ed3e54f6a8c3 (diff)
Try to float navigation to right.
Diffstat (limited to 'main.css')
-rw-r--r--main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.css b/main.css
index c2cb4c4..c730cbe 100644
--- a/main.css
+++ b/main.css
@@ -50,7 +50,7 @@ header .logo a {
}
header div.nav {
margin: 0px 0px 0px 64px;
- position: relative;
+ float: right;
}
header ul {
height: 32px;