projects
/
working
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
558b63f
)
remove list style on version list in explore panel
author
Dan Allen
<dan@opendevise.com>
Sun, 3 Apr 2022 08:48:55 +0000
(
02:48
-0600)
committer
Dan Allen
<dan@opendevise.com>
Sun, 3 Apr 2022 08:48:55 +0000
(
02:48
-0600)
src/css/nav.css
patch
|
blob
|
history
diff --git
a/src/css/nav.css
b/src/css/nav.css
index
49400ac
..
379e1fe
100644
(file)
--- a/
src/css/nav.css
+++ b/
src/css/nav.css
@@
-234,10
+234,10
@@
html.is-clipped--nav {
padding-left: 0;
margin-top: -0.25rem;
line-height: 1;
+ list-style: none;
}
.nav-panel-explore .component .version {
- display: block;
margin: 0.375rem 0.375rem 0 0;
}