From 0537fa28fb86522397b012132551d0278d4c29ef Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 30 Nov 2015 12:51:38 -0500 Subject: [PATCH] adding more width to drop down list for about staffords --- css/app.css | 2 +- scss/_topbar.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.17.1