Browse Source

nav tweaks

john melesky 8 years ago
parent
commit
cd82184e76
1 changed files with 2 additions and 2 deletions
  1. 2 2
      css/default.css

+ 2 - 2
css/default.css

@@ -46,14 +46,14 @@ div#logo a {
 div#navigation {
     float: right;
     background-color: #ddeeff;
-    padding: 10px 5px;
+    padding: 10px 10px;
+    width: 15%;
 }
 
 div#navigation a {
     color: #222211;
     font-size: 14px;
     font-weight: bold;
-    margin-left: 12px;
     text-decoration: none;
     text-transform: uppercase;
 }