Skip to content

Commit 3e2b505

Browse files
author
James Kolce
committed
[fix: #248] Unstyle lists inside navs
1 parent 06eb6dd commit 3e2b505

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

dist/concise.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,11 @@ hr {
9191

9292
nav ol,
9393
nav ul {
94-
list-style: none;
9594
padding-left: 0; }
9695

96+
nav li {
97+
list-style: none; }
98+
9799
dt {
98100
font-weight: bold; }
99101

0 commit comments

Comments
 (0)