Browse Source

css fixes

john melesky 8 years ago
parent
commit
24a6b282e0
1 changed files with 5 additions and 4 deletions
  1. 5 4
      css/default.css

+ 5 - 4
css/default.css

@@ -42,14 +42,15 @@ div#logo a {
     text-decoration: none;
 }
 
-div#header #navigation {
+
+div#navigation {
+    float: right;
+    background-color: #ddeeff;
     text-align: right;
 }
 
-div#header #navigation a {
+div#navigation a {
     color: #222211;
-    background-color: #ddeeff;
-    float: right;
     font-size: 14px;
     font-weight: bold;
     margin-left: 12px;