diff options
| author | n.west <[email protected]> | 2025-08-04 20:21:40 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-08-04 15:07:58 -0700 |
| commit | 96fe83ecf1be96888cf21847168bc0094cb6dbbd (patch) | |
| tree | 8a1acc1ccd5028270195be9665f0818d409a67cc /data | |
| parent | c1a4ae1abb874206b714ac4355263e0ddcfc88b9 (diff) | |
reference.docx: don't left-align table header row
See #11019. Previously, centering tables in `reference.docx` would leave
the header row left-aligned. Why the OOXML 'standard' would allow table
elements to be aligned differently from the rest of the table in the
first place is anyone's guess.
Diffstat (limited to 'data')
| -rw-r--r-- | data/docx/word/styles.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/data/docx/word/styles.xml b/data/docx/word/styles.xml index 4569bb1c3..effc926c4 100644 --- a/data/docx/word/styles.xml +++ b/data/docx/word/styles.xml @@ -604,13 +604,6 @@ </w:tblCellMar> </w:tblPr> <w:tblStylePr w:type="firstRow"> - <w:tblPr> - <w:jc w:val="left"/> - <w:tblInd w:w="0" w:type="dxa"/> - </w:tblPr> - <w:trPr> - <w:jc w:val="left"/> - </w:trPr> <w:tcPr> <w:tcBorders> <w:bottom w:val="single"/> |
