Skip to content

Commit 1f72f68

Browse files
committed
CSS: Remove global list-style setting of ul
1 parent 2664032 commit 1f72f68

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

source/css/_common/components/header/menu.styl

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
.menu .menu-item {
1010
display: inline-block;
1111
margin: 0 10px;
12+
list-style: none;
13+
1214
@media screen and (max-width: 767px) {
1315
margin-top: 10px;
1416
}

source/css/_common/scaffolding/base.styl

-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ a {
5353
}
5454
}
5555

56-
ul { list-style: none; }
57-
5856
blockquote {
5957
margin: 0;
6058
padding: 0;

source/css/_schemes/Pisces/_menu.styl

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
.menu .menu-item {
1616
display: block;
1717
margin: 0;
18-
list-style: none;
1918

2019
a {
2120
position: relative;

0 commit comments

Comments
 (0)