From b3332d52653197700c52b9745c20aa84a7c9d1fb Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Tue, 5 Aug 2014 10:44:33 -0400 Subject: [PATCH] Made main nav bolder, and moved one responsive breakpoint as part of it --- css/superfish.css | 9 ++++++--- styles.css | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/css/superfish.css b/css/superfish.css index ff808f0..b1ab8bf 100755 --- a/css/superfish.css +++ b/css/superfish.css @@ -40,15 +40,18 @@ .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; diff --git a/styles.css b/styles.css index 6b265f7..7231f05 100755 --- a/styles.css +++ b/styles.css @@ -88,7 +88,7 @@ img { } /* Navigation */ /* For larger than Small */ -@media only screen and (min-width: 53em) { +@media only screen and (min-width: 56em) { #header nav { margin-top: -55px; } @@ -273,7 +273,7 @@ img { #footer div#copyright a { display: inline; } -#footer div div a:first-child { +#footer div div :first-child { font-weight: bold; } /* Events */ -- 2.17.1