Skip to content
Snippets Groups Projects
Commit a0c2d439 authored by Thorsten Vitt's avatar Thorsten Vitt
Browse files

Added some space before run-in headings

parent e122957a
No related branches found
No related tags found
No related merge requests found
......@@ -697,9 +697,9 @@
<xsl:template name="cssHook">
<!-- Firefox doesn't support display: run-in :-( -->
<style type="text/css">
.runIn { font: inherit; font-weight: bold; display: inline; }
.runIn:before { display: block; }
.runIn +p { display: inline; }
.runIn { font: inherit; font-weight: bold; display: inline; }
.runIn:before { display: block; margin-top: 1.5ex; content: "" }
.runIn +p { display: inline; }
</style>
</xsl:template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment