Made main nav bolder, and moved one responsive breakpoint as part of it
authorOve Klykken <ove@gaslightmedia.com>
Tue, 5 Aug 2014 14:44:33 +0000 (10:44 -0400)
committerOve Klykken <ove@gaslightmedia.com>
Tue, 5 Aug 2014 14:44:33 +0000 (10:44 -0400)
css/superfish.css
styles.css

index ff808f0..b1ab8bf 100755 (executable)
 .sf-menu ul {
        box-shadow: 2px 2px 6px rgba(0,0,0,.2);
        min-width: 12em; /* allow long menu items to determine submenu width */
-       *width: 12em; /* no auto sub width for IE7, see white-space comment below */
-}
+    }
+.sf-menu>li>a {
+    font-weight: bold;
+    }
 .sf-menu ul a {
        border-left: 1px solid #fff;
        border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
-       border-top: 1px solid rgba(255,255,255,.5);
+       border-top: 1px solid rgba(255,255,255,.0);
        padding: .75em 1em;
        text-decoration: none;
        zoom: 1; /* IE7 */
+    font-size: 13px;
 }
 .sf-menu a {
        color: #13a;
index 6b265f7..7231f05 100755 (executable)
@@ -88,7 +88,7 @@ img {
     }\r
 /* Navigation */\r
 /* For larger than Small */\r
-@media only screen and (min-width: 53em) {\r
+@media only screen and (min-width: 56em) {\r
 #header nav {\r
     margin-top: -55px;\r
         }\r
@@ -273,7 +273,7 @@ img {
 #footer div#copyright a {\r
     display: inline;\r
     }\r
-#footer div div a:first-child {\r
+#footer div div :first-child {\r
     font-weight: bold;\r
     }\r
 /* Events */\r