did some scss editing for the first child of the about dropdown
authorIan Weller <ian@gaslightmedia.com>
Wed, 13 Jan 2016 14:00:55 +0000 (09:00 -0500)
committerIan Weller <ian@gaslightmedia.com>
Wed, 13 Jan 2016 14:00:55 +0000 (09:00 -0500)
css/app.css
scss/_topbar.scss

index 596401b..368483c 100644 (file)
@@ -7017,7 +7017,7 @@ header .searchform input[type="submit"]:hover {
               #about .top-bar .top-bar-section ul#menu-about-staffords li ul.dropdown li:nth-child(3) a {
                 border: none; } }
             @media screen and (max-width: 1024px) {
-              #about .top-bar .top-bar-section ul#menu-about-staffords li ul.dropdown li:first-child a {
+              #about .top-bar .top-bar-section ul#menu-about-staffords li ul.dropdown li:first-child h5 a {
                 border: none; } }
 
 .top-bar-section ul li .dropdown li.active:not(.has-form) a:not(.button) {
index fed80ef..f484f70 100644 (file)
                             }
                             @media screen and (max-width: 1024px) {
                                 &:first-child {
-                                    a {
-                                        border: none;
-                                    }
+                                    h5 {
+                                        a {
+                                            border: none;
+                                        }
+                                    }    
                                 }
                             }
                         }