summaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-26 23:31:23 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-26 23:31:23 (EDT)
commita031f1dfbdae3a4db3e6cbc5e04100d93804d12c (patch)
tree42a4e7e5d0e233be50ae8066d21dfd030b0542b0 /main.css
parent5f8c6c5669f3ffa0271129c882161b7dc28af256 (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 c730cbe..8a58168 100644
--- a/main.css
+++ b/main.css
@@ -50,9 +50,9 @@ header .logo a {
}
header div.nav {
margin: 0px 0px 0px 64px;
- float: right;
}
header ul {
+ float: right;
height: 32px;
width: 100%;
line-height: 32px;