From 8f112abe3d5c2a48f9a6ae9af8294bd9c3f6d590 Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Fri, 2 May 2014 18:47:55 +0000 Subject: [PATCH] changed padding on main nav links --- superfish.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 */ } -- 2.17.1