diff options
author | P. 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) |
commit | a031f1dfbdae3a4db3e6cbc5e04100d93804d12c (patch) | |
tree | 42a4e7e5d0e233be50ae8066d21dfd030b0542b0 | |
parent | 5f8c6c5669f3ffa0271129c882161b7dc28af256 (diff) |
Try to float navigation to right..
-rw-r--r-- | main.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |