Browse Source

adjusted styles for navigation

Casey DeLorme 10 years ago
parent
commit
0b7efcff38
1 changed files with 2 additions and 1 deletions
  1. 2 1
      public/css/main.css

+ 2 - 1
public/css/main.css

@@ -2,7 +2,6 @@
    v2.0 | 20110126
    License: none (public domain)
 */
-
 html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
@@ -138,6 +137,8 @@ header h1 {
     margin-bottom: 15px;
 }
 nav li {
+    font-size: 1.625em;
+    line-height: 1.15384615;
     display: inline;
     padding: 0 15px;
 }