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:
adb1706
)
resolves #103 style part heading and partintro block
author
Dan Allen
<dan@opendevise.com>
Wed, 30 Oct 2019 23:03:31 +0000
(17:03 -0600)
committer
Dan Allen
<dan@opendevise.com>
Wed, 30 Oct 2019 23:07:56 +0000
(17:07 -0600)
src/css/doc.css
patch
|
blob
|
history
diff --git
a/src/css/doc.css
b/src/css/doc.css
index
4593ae1
..
996d8a8
100644
(file)
--- a/
src/css/doc.css
+++ b/
src/css/doc.css
@@
-43,6
+43,13
@@
margin-top: 2rem;
}
+.doc h1.sect0 {
+ background: var(--abstract-background);
+ font-size: 1.8em;
+ margin: 1.5rem -1rem 0;
+ padding: 0.5rem 1rem;
+}
+
.doc h2:not(.discrete) {
border-bottom: 1px solid var(--section-divider-color);
margin-left: -1rem;
@@
-167,7
+174,8
@@
.doc .literalblock,
.doc .sidebarblock,
.doc .verseblock,
-.doc .quoteblock {
+.doc .quoteblock,
+.doc .partintro {
margin: 1rem 0 0;
}