From: Anthony Talarico Date: Wed, 2 Dec 2015 20:05:24 +0000 (-0500) Subject: changed width of about menu dropdown X-Git-Tag: v1.0.0^2~167 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=69248f4322c204e1842358ff553556a9903e46c6;p=WP-Themes%2Fstaffords.git changed width of about menu dropdown --- diff --git a/css/app.css b/css/app.css index 41f02a9..b2d22b7 100644 --- a/css/app.css +++ b/css/app.css @@ -6909,7 +6909,7 @@ header .searchform input[type="submit"]:hover { border: none; } #about .top-bar .top-bar-section ul#menu-about-staffords li ul.dropdown li { background: #ede6d9; - width: 265px; + width: 245px; float: none; padding: 0; min-width: 100px; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 8d74be6..db4d8f0 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -591,7 +591,7 @@ } li { background: $cream; - width: 265px; + width: 245px; float: none; padding: 0; min-width: 100px;