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:
25a5f05
)
remove margin below nested nav list
author
Dan Allen
<dan@opendevise.com>
Tue, 7 Aug 2018 20:46:21 +0000
(14:46 -0600)
committer
Dan Allen
<dan@opendevise.com>
Tue, 7 Aug 2018 20:46:21 +0000
(14:46 -0600)
src/css/navigation-menu.css
patch
|
blob
|
history
diff --git
a/src/css/navigation-menu.css
b/src/css/navigation-menu.css
index
88aeb6f
..
2820a7c
100644
(file)
--- a/
src/css/navigation-menu.css
+++ b/
src/css/navigation-menu.css
@@
-65,18
+65,14
@@
html.is-clipped--nav {
.nav-item {
list-style: none;
position: relative;
- /*
- margin-top: 0.375em;
- */
margin-top: 0.5em;
}
+/* adds some breathing room below a nested list
.nav-item .nav-list {
- /*
- margin-bottom: 0.5rem;
- */
margin-bottom: 0.625rem;
}
+*/
/* matches list without a title */
.nav-item[data-depth="0"] > .nav-list:first-child {