testing dropdown link width reduction
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Jan 2016 14:41:25 +0000 (09:41 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Jan 2016 14:41:25 +0000 (09:41 -0500)
css/app.css
scss/_topbar.scss

index 9a3279e..40927ef 100644 (file)
@@ -6621,6 +6621,9 @@ header {
 #headerLinks > ul#menu-top-menu > li.menu-item > ul.dropdown {
   margin-left: 5px; }
 
+#headerLinks > ul#menu-top-menu > li.menu-item > ul.dropdown > li > a {
+  width: 55%; }
+
 .top-bar-section li:not(.has-form) a:not(.button) {
   background: none; }
 
index 9bfe02f..46dc6c0 100644 (file)
 #headerLinks > ul#menu-top-menu > li.menu-item > ul.dropdown{
     margin-left: 5px; 
 }
-ul#menu-menu-2 > li:not(.has-form) a:not(.button){
 
+#headerLinks > ul#menu-top-menu > li.menu-item > ul.dropdown > li > a{
+    width: 55%;
 }
+
 .top-bar-section li:not(.has-form) a:not(.button){
     background: none;
 }