diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2020-04-24 23:36:46 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2020-05-20 11:27:26 -0400 |
commit | ef2135e4fe16604b40956a2c345cdc0ae467b65c (patch) | |
tree | c14dcacf4608d23eb5a7afd622c1e1af4b648ab6 /org/out_xmls_css.org | |
parent | footnote/endnote fix (diff) |
xmls, sqlite more with footnotes/endnotes
Diffstat (limited to 'org/out_xmls_css.org')
-rw-r--r-- | org/out_xmls_css.org | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/org/out_xmls_css.org b/org/out_xmls_css.org index 7e5ed46..fa06ebf 100644 --- a/org/out_xmls_css.org +++ b/org/out_xmls_css.org @@ -408,13 +408,8 @@ template spineCss() { line-height : 120%%; text-align : left; margin-right : 15mm; - } - p.endnote_indent { - font-size : 96%%; - line-height : 120%%; - text-align : left; - margin-left : 2em; - margin-right : 15mm; + padding-left : 1em; + text-indent : -1em; } p.center { text-align : center; @@ -1327,13 +1322,8 @@ Consider what if anything should be used here line-height : 120%%; text-align : left; margin-right : 15mm; - } - p.endnote_indent { - font-size : 96%%; - line-height : 120%%; - text-align : left; - margin-left : 2em; - margin-right : 15mm; + padding-left : 1em; + text-indent : -1em; } p.center { text-align : center; |