List of steps to reproduce (step by step, including full links if applicable):
- Go to https://en.wikisource.org/wiki/Page:Poet_Lore,_volume_31,_1920.djvu/51
- Examine the first paragraph.
What happens?:
The first paragraph on the page (below the header) has an indent on the first line in the scan, but not in the rendered/produced output.
What should have happened instead?:
The first paragraph (below the header) in the rendered output on the page should have its first line indented, per the styles set by the wrapping container ( in this instance a DIV)
Other information, etc:
Further investigation, showed that although the wrapper DIV (in this case the template: {{dent/s}} is correctly applying the margins and text-indent set in the template (as inline CSS), this is being overridden by a CSS rule set for the first paragraph, by the Proofread Page extension itself.
The CSS rule responsible was added 3 weeks ago in "ext.proofreadpage.page.css" see:-
https://gerrit.wikimedia.org/r/c/mediawiki/extensions/ProofreadPage/+/700442/4/modules/page/ext.proofreadpage.page.css
Where the parent container is already setting the text-indent, this should not be overridden.