diff options
Diffstat (limited to 'xsl')
-rw-r--r-- | xsl/layout.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xsl/layout.xsl b/xsl/layout.xsl index cc9da49..241a067 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -31,7 +31,7 @@ <a href="#page" accesskey="S" style="display: none" /> </div> <div id="container"> - <hr class="delimit" /> + <hr /> <div id="page"> <div id="info"> <strong> @@ -68,7 +68,7 @@ </div> <xsl:apply-templates mode="html" /> </div> - <hr class="delimit" style="clear: both" /> + <hr /> </div> <div id="footer"> <p> |