projects
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3544632
)
set list-style on ul in nav instead of li
author
Dan Allen
<dan@opendevise.com>
Mon, 28 Mar 2022 09:31:45 +0000
(
03:31
-0600)
committer
Dan Allen
<dan@opendevise.com>
Mon, 28 Mar 2022 09:31:45 +0000
(
03:31
-0600)
src/css/nav.css
patch
|
blob
|
history
diff --git
a/src/css/nav.css
b/src/css/nav.css
index
b027e80
..
e4e8dfd
100644
(file)
--- a/
src/css/nav.css
+++ b/
src/css/nav.css
@@
-101,6
+101,7
@@
html.is-clipped--nav {
}
.nav-list {
+ list-style: none;
margin: 0 0 0 0.75rem;
padding: 0;
}
@@
-110,7
+111,6
@@
html.is-clipped--nav {
}
.nav-item {
- list-style: none;
margin-top: 0.5em;
}
@@
-227,7
+227,6
@@
html.is-clipped--nav {
.nav-panel-explore .versions {
display: flex;
flex-wrap: wrap;
- list-style: none;
padding-left: 0;
margin-top: -0.25rem;
line-height: 1;