Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Removing bullets from megamenu
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmbacon committed Aug 19, 2015
1 parent c20e644 commit 8228753
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
10 changes: 5 additions & 5 deletions sass/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
9 changes: 7 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
- - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 8228753

Please sign in to comment.