Skip to content

Commit

Permalink
CSS: Remove global list-style setting of ul
Browse files Browse the repository at this point in the history
  • Loading branch information
iissnan committed Feb 28, 2017
1 parent 2664032 commit 1f72f68
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions source/css/_common/components/header/menu.styl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
.menu .menu-item {
display: inline-block;
margin: 0 10px;
list-style: none;

@media screen and (max-width: 767px) {
margin-top: 10px;
}
Expand Down
2 changes: 0 additions & 2 deletions source/css/_common/scaffolding/base.styl
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ a {
}
}

ul { list-style: none; }

blockquote {
margin: 0;
padding: 0;
Expand Down
1 change: 0 additions & 1 deletion source/css/_schemes/Pisces/_menu.styl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
.menu .menu-item {
display: block;
margin: 0;
list-style: none;

a {
position: relative;
Expand Down

0 comments on commit 1f72f68

Please sign in to comment.