From a6c4a01b539b82263d2a288a1b7e35ee2ecb8358 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 26 May 2012 23:39:30 -0400 Subject: Try to float navigation to right... --- (limited to 'main.css') 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; -- cgit v0.9.1