From a9d4303c7ebdaf96028ac1d2bc0d5a2734c66529 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 1 Feb 2016 08:39:09 -0500 Subject: [PATCH] fixed syntax error in topbar menu item li > a width property --- 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 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; } -- 2.17.1