From: Anthony Talarico Date: Tue, 1 Dec 2015 18:01:48 +0000 (-0500) Subject: changed about menu padding X-Git-Tag: v1.0.0^2~188 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=edfbd855824036fb55802c8fd348ca9550289c90;p=WP-Themes%2Fstaffords.git changed about menu padding --- diff --git a/css/app.css b/css/app.css index 6fbf320..3fbe0b8 100644 --- a/css/app.css +++ b/css/app.css @@ -6867,7 +6867,7 @@ header .searchform input[type="submit"]:hover { #about .top-bar .top-bar-section ul#menu-about-staffords li { background: transparent; display: inline-block; - padding: 0px 25px; + padding: 0px 25px !important; width: 250px; height: 40px; } #about .top-bar .top-bar-section ul#menu-about-staffords li:before { diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 138ac1f..471f6eb 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -539,7 +539,7 @@ li { background: transparent; display: inline-block; - padding: 0px 25px; + padding: 0px 25px !important; width: 250px; height: 40px; &:before {