From 8228753eb0344adf60b3f600e9554bb1339a444a Mon Sep 17 00:00:00 2001 From: andrewmbacon Date: Wed, 19 Aug 2015 10:44:19 -0400 Subject: [PATCH] Removing bullets from megamenu --- sass/_nav.scss | 10 +++++----- style.css | 9 +++++++-- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/sass/_nav.scss b/sass/_nav.scss index 49953be..3cbe4b7 100644 --- a/sass/_nav.scss +++ b/sass/_nav.scss @@ -164,8 +164,8 @@ $nav-z: 9999; } } } - -#mega-menu-wrap-primary { - //margin-bottom: $grid-gutter-width; -} - +// Mega Menu Cleanup +#mega-menu-primary {margin-bottom:0;} +.mega-sub-menu { + list-style-type:none; +} \ No newline at end of file diff --git a/style.css b/style.css index 9d86f6a..04648ae 100644 --- a/style.css +++ b/style.css @@ -5822,6 +5822,12 @@ button.close { #masthead #nav-wrapper .container #site-navigation .dropdown-menu { z-index: 9999; } +#mega-menu-primary { + margin-bottom: 0; } + +.mega-sub-menu { + list-style-type: none; } + /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7219,8 +7225,7 @@ input[type="button"]#page #content .widget.btn-block { .updated { display: none; } -.single .byline, -.group-blog .byline { +.single .byline { display: inline; } .page-content,