From 221c32626651402e5118c0ad502826a07a7bc19e Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 13 Jan 2016 09:08:46 -0500 Subject: [PATCH] more media query work for about dropdown --- 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 368483c..d1e93c9 100644 --- a/css/app.css +++ b/css/app.css @@ -7018,7 +7018,7 @@ header .searchform input[type="submit"]:hover { border: none; } } @media screen and (max-width: 1024px) { #about .top-bar .top-bar-section ul#menu-about-staffords li ul.dropdown li:first-child h5 a { - border: none; } } + border: 0 solid #6c4f53; } } .top-bar-section ul li .dropdown li.active:not(.has-form) a:not(.button) { color: #a61a1d !important; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index f484f70..2e0f3b2 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -652,7 +652,7 @@ &:first-child { h5 { a { - border: none; + border: 0 solid $purple; } } } -- 2.17.1