fixed syntax error in topbar menu item li > a width property
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 1 Feb 2016 13:39:09 +0000 (08:39 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 1 Feb 2016 13:39:09 +0000 (08:39 -0500)
css/app.css
scss/_topbar.scss

index 4dc6595..6309ce8 100644 (file)
@@ -6634,7 +6634,7 @@ header {
   width: 100%; }
 
 #headerLinks > ul#menu-top-menu > li.menu-item > ul.dropdown > li > a {
-  width: 100;
+  width: 100%;
   text-align: center; }
 
 .top-bar-section li:not(.has-form) a:not(.button) {
index 6bc740e..27ae9e5 100644 (file)
     width: 100%;
 }
 #headerLinks > ul#menu-top-menu > li.menu-item > ul.dropdown > li > a{
-    width: 100;
+    width: 100%;
     text-align: center;
 }