diff --git a/src/main/webapp/WEB-INF/stylesheets/db2xhtml.xsl b/src/main/webapp/WEB-INF/stylesheets/db2xhtml.xsl index 045ca6ae559f5d0a71a9b0d7f88c27b189ae9e7e..28b70ad1b92e3ccebe091299da18dd7ddaa77cb2 100644 --- a/src/main/webapp/WEB-INF/stylesheets/db2xhtml.xsl +++ b/src/main/webapp/WEB-INF/stylesheets/db2xhtml.xsl @@ -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>