diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-02-09 14:18:45 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-02-09 14:31:07 -0500 |
commit | e9ff8330d44330ed87bb2cce562f132a9a005f3d (patch) | |
tree | fbf2ea5031afeb04a8655348fbd8c3eeb4201eab /org/out_xmls_css.org | |
parent | quote block, footnotes, markup? (diff) |
xmls, copyright and license display
Diffstat (limited to 'org/out_xmls_css.org')
-rw-r--r-- | org/out_xmls_css.org | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/org/out_xmls_css.org b/org/out_xmls_css.org index f49e56a..9c1bf7a 100644 --- a/org/out_xmls_css.org +++ b/org/out_xmls_css.org @@ -508,13 +508,20 @@ p.em { font-style : normal; background : #FFF3B6; } -p.small { +.small, .small_center { font-size : 1.4rem; margin-top : 0px; margin-bottom : 0px; margin-right : 6px; +} +p.small { text-align : left; } +p.small_center { + margin-left : 0px; + margin-right : 0px; + text-align : center; +} .tiny, .tiny_left, .tiny_right, .tiny_center { font-size : 1.2rem; margin-top : 0px; @@ -1424,13 +1431,20 @@ p.em { font-style : normal; background : #FFF3B6; } -p.small { +.small, .small_center { font-size : 1.4rem; margin-top : 0px; margin-bottom : 0px; margin-right : 6px; +} +p.small { text-align : left; } +p.small_center { + margin-left : 0px; + margin-right : 0px; + text-align : center; +} .tiny, .tiny_left, .tiny_right, .tiny_center { font-size : 1.35rem; margin-top : 0px; |