From: Anthony Talarico Date: Mon, 1 Feb 2016 13:39:09 +0000 (-0500) Subject: fixed syntax error in topbar menu item li > a width property X-Git-Tag: v1.0.0^2~17 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a9d4303c7ebdaf96028ac1d2bc0d5a2734c66529;p=WP-Themes%2Fsaultstemarie.git fixed syntax error in topbar menu item li > a width property --- diff --git a/css/app.css b/css/app.css index 4dc6595..6309ce8 100644 --- a/css/app.css +++ b/css/app.css @@ -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) { diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 6bc740e..27ae9e5 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -259,7 +259,7 @@ width: 100%; } #headerLinks > ul#menu-top-menu > li.menu-item > ul.dropdown > li > a{ - width: 100; + width: 100%; text-align: center; }