From: Anthony Talarico Date: Mon, 30 Nov 2015 17:51:38 +0000 (-0500) Subject: adding more width to drop down list for about staffords X-Git-Tag: v1.0.0^2~235 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0537fa28fb86522397b012132551d0278d4c29ef;p=WP-Themes%2Fstaffords.git adding more width to drop down list for about staffords --- diff --git a/css/app.css b/css/app.css index a918004..0186f5c 100644 --- a/css/app.css +++ b/css/app.css @@ -6904,7 +6904,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: 250px; + width: 265px; float: none; padding: 0; min-width: 100px; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index a926358..a1cc5c4 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -578,7 +578,7 @@ } li { background: $cream; - width: 250px; + width: 265px; float: none; padding: 0; min-width: 100px;