- red solid border around warning areas
- <syntax> gets a <code> around
(more shouldn't be used, because it breaks the flow too much)
- headings of warnings, notes & examples are left aligned
Based on a Proposal by: Tim Gerundt <tim@gerundt.de>
Added some linebreaks for better diffs... ;-)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97133
13f79535-47bb-0310-9956-
ffa450edef68
div.note h3,
div.warning h3 {
margin: 0 0 0.5em 0;
- text-align: center;
+ text-align: left;
font-size: 11pt;
}
div.note h3,
div.warning h3 {
margin: 0 0 0.5em 0;
- text-align: center;
+ text-align: left;
font-size: 13px;
}
margin: 1em 2em 1em 1em;
}
+div.warning {
+ border: 1px solid #f00;
+}
+
div.note p,
div.warning p {
margin: 0;
<xsl:if test="@type='section'">></xsl:if>
</a>
</li>
+
+<xsl:text>
+</xsl:text> <!-- insert linebreak -->
+
</xsl:if>
<xsl:if test="@location">
<xsl:if test="@type='section'">></xsl:if>
</a>
</li>
+
+<xsl:text>
+</xsl:text> <!-- insert linebreak -->
+
</xsl:if>
</xsl:for-each>
</ul> <!-- /toc -->
</a>
</th>
<td>
- <xsl:apply-templates select="syntax"/>
+ <code>
+ <xsl:apply-templates select="syntax"/>
+ </code>
</td>
</tr>