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:
dc2143a
)
collapse top margin on first child of sidebar if sidebar has no title
author
Dan Allen
<dan@opendevise.com>
Sat, 31 Mar 2018 22:26:43 +0000
(16:26 -0600)
committer
Dan Allen
<dan@opendevise.com>
Sat, 31 Mar 2018 22:26:43 +0000
(16:26 -0600)
src/css/doc.css
patch
|
blob
|
history
diff --git
a/src/css/doc.css
b/src/css/doc.css
index
8204473
..
4ce62e7
100644
(file)
--- a/
src/css/doc.css
+++ b/
src/css/doc.css
@@
-437,6
+437,10
@@
text-align: center;
}
+.doc .sidebarblock > .content > :not(.title):first-child {
+ margin-top: 0;
+}
+
/* NEEDS REVIEW prevent pre in table from causing article to exceed bounds */
.doc .tableblock pre,
.doc .listingblock.wrap pre {