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:
b4d7c2f
)
remove side margin on footnotes block inside table
author
Dan Allen
<dan@opendevise.com>
Sun, 19 Sep 2021 08:41:07 +0000
(
02:41
-0600)
committer
Dan Allen
<dan@opendevise.com>
Sun, 19 Sep 2021 08:41:07 +0000
(
02:41
-0600)
src/css/doc.css
patch
|
blob
|
history
diff --git
a/src/css/doc.css
b/src/css/doc.css
index
fdfd5d2
..
c7759de
100644
(file)
--- a/
src/css/doc.css
+++ b/
src/css/doc.css
@@
-948,6
+948,10
@@
margin: 2rem -0.5rem 0;
}
+.doc td.tableblock > .content #footnotes {
+ margin: 2rem 0 0;
+}
+
#footnotes hr {
border-top-width: 1px;
margin-top: 0;