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:
0644c1d
)
add slight breathing room below expandable list in nav
author
Dan Allen
<dan@opendevise.com>
Tue, 7 Aug 2018 21:09:18 +0000
(15:09 -0600)
committer
Dan Allen
<dan@opendevise.com>
Tue, 7 Aug 2018 21:09:18 +0000
(15:09 -0600)
src/css/navigation-menu.css
patch
|
blob
|
history
diff --git
a/src/css/navigation-menu.css
b/src/css/navigation-menu.css
index
2820a7c
..
a59da6d
100644
(file)
--- a/
src/css/navigation-menu.css
+++ b/
src/css/navigation-menu.css
@@
-68,11
+68,10
@@
html.is-clipped--nav {
margin-top: 0.5em;
}
-/* adds some breathing room below a nested list
-.nav-
item
.nav-list {
-
margin-bottom: 0.6
25rem;
+/* adds some breathing room below a nested list
*/
+.nav-
toggle ~
.nav-list {
+
padding-bottom: 0.1
25rem;
}
-*/
/* matches list without a title */
.nav-item[data-depth="0"] > .nav-list:first-child {