From: Ove Klykken Date: Fri, 2 May 2014 18:47:55 +0000 (+0000) Subject: changed padding on main nav links X-Git-Tag: v1.0~37 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=8f112abe3d5c2a48f9a6ae9af8294bd9c3f6d590;p=web%2FCedarvilleMarine.git changed padding on main nav links --- diff --git a/superfish.css b/superfish.css index fa65361..7962249 100755 --- a/superfish.css +++ b/superfish.css @@ -26,8 +26,8 @@ .sf-menu a { display: block; position: relative; - font-size: 19px; - font-size: 1.9rem; + font-size: 20px; + font-size: 2.0rem; } .sf-menu ul ul { top: 0; @@ -53,7 +53,7 @@ /* 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); */ - padding: .75em 1em; + padding: .5em 1em; text-decoration: none; zoom: 1; /* IE7 */ }