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:
3d53254
)
collapse top margin of first child of example block
author
Dan Allen
<dan@opendevise.com>
Sat, 10 Feb 2018 09:44:22 +0000
(
02:44
-0700)
committer
Dan Allen
<dan@opendevise.com>
Sat, 10 Feb 2018 09:44:22 +0000
(
02:44
-0700)
src/css/doc.css
patch
|
blob
|
history
diff --git
a/src/css/doc.css
b/src/css/doc.css
index
b7fe29a
..
abf3e01
100644
(file)
--- a/
src/css/doc.css
+++ b/
src/css/doc.css
@@
-415,6
+415,10
@@
padding: 0.75rem;
}
+.doc .exampleblock > :first-child {
+ margin-top: 0;
+}
+
/* NEEDS REVIEW prevent pre in table from causing article to exceed bounds */
.doc .tableblock pre,
.doc .listingblock.wrap pre {