Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-16 | Change styles in reference.docx. | John MacFarlane | 1 | -0/+0 | |
All headings now have a uniform color. Level-1 headings no longer set `w:themeShade="B5"`. Level-2 headings are now 14 point rather than 16 point. Level-3 headings are now 12 point rather than 14 point. Level-4 headings are italic rather than bold. Closes #5820. | |||||
2019-11-14 | Change reference.docx to use more normal block quotes. | John MacFarlane | 1 | -0/+0 | |
Indented left and right, same font and size. Previously it was unindented, smaller font and different typeface. See #5820. | |||||
2019-09-20 | Preserve built-in styles in DOCX with custom style (#5670) | Ben Steinberg | 1 | -0/+0 | |
This commit prevents custom styles on divs and spans from overriding styles on certain elements inside them, like headings, blockquotes, and links. On those elements, the "native" style is required for the element to display correctly. This change also allows nesting of custom styles; in order to do so, it removes the default "Compact" style applied to Plain blocks, except when inside a table. |