From: Anthony Talarico Date: Mon, 30 Nov 2015 17:50:31 +0000 (-0500) Subject: adjusted dropdown width for about staffords X-Git-Tag: v1.0.0^2~236 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=3ec057f95c81a5028f04c8d814acc3ce6e6173e7;p=WP-Themes%2Fstaffords.git adjusted dropdown width for about staffords --- diff --git a/css/app.css b/css/app.css index 4645670..a918004 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: auto; + width: 250px; float: none; padding: 0; min-width: 100px; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index d64763c..a926358 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -578,7 +578,7 @@ } li { background: $cream; - width: auto; + width: 250px; float: none; padding: 0; min-width: 100px;