diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-11-14 22:20:58 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-11-14 22:20:58 -0800 |
commit | e8de53ce4aac36243d8c2c8bbcb26a3bb8237519 (patch) | |
tree | 64fdcac325cb2643747213ac968bbf63a42d9f74 /data/docx/word | |
parent | bfa6c0b57df299e7d574e65b9b04f65456dfdf28 (diff) | |
download | pandoc-e8de53ce4aac36243d8c2c8bbcb26a3bb8237519.tar.gz |
Change reference.docx to use more normal block quotes.
Indented left and right, same font and size.
Previously it was unindented, smaller font and different
typeface.
See #5820.
Diffstat (limited to 'data/docx/word')
-rw-r--r-- | data/docx/word/styles.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/data/docx/word/styles.xml b/data/docx/word/styles.xml index 130a55a63..887b43126 100644 --- a/data/docx/word/styles.xml +++ b/data/docx/word/styles.xml @@ -320,14 +320,8 @@ <w:qFormat /> <w:pPr> <w:spacing w:before="100" w:after="100" /> - <w:ind w:firstLine="0" /> + <w:ind w:firstLine="0" w:left="480" w:right="480" /> </w:pPr> - <w:rPr> - <w:rFonts w:asciiTheme="majorHAnsi" w:eastAsiaTheme="majorEastAsia" w:hAnsiTheme="majorHAnsi" w:cstheme="majorBidi" /> - <w:bCs /> - <w:sz w:val="20" /> - <w:szCs w:val="20" /> - </w:rPr> </w:style> <w:style w:type="paragraph" w:styleId="FootnoteText"> <w:name w:val="Footnote Text" /> |