From: Anthony Talarico Date: Thu, 7 Jan 2016 21:40:04 +0000 (-0500) Subject: testing link font size and li width for topbar nav X-Git-Tag: v1.0.0^2~110 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=e18e1e1fa97669a8d9c04b1fca14e8a06f171953;p=WP-Themes%2Fotsego.git testing link font size and li width for topbar nav --- diff --git a/css/app.css b/css/app.css index 6327599..9f877fb 100644 --- a/css/app.css +++ b/css/app.css @@ -6483,9 +6483,9 @@ header { border-bottom-right-radius: 5px; } .top-bar-section ul li ul.dropdown li { width: 250px; - padding: 0 0 9px; } + padding: 0 0 7px; } .top-bar-section ul li ul.dropdown li > a { - font-size: 14px; + font-size: 13px; white-space: pre-wrap; line-height: 1.3 !important; } .top-bar-section > ul > li:before { diff --git a/scss/_topbar.scss b/scss/_topbar.scss index e2a4b5f..abd8c4c 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -208,10 +208,10 @@ border-bottom-right-radius: 5px; li { width: 250px; - padding: 0 0 9px; + padding: 0 0 7px; & > a { - font-size: 14px; + font-size: 13px; white-space: pre-wrap; line-height: 1.3 !important; }