diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-12 19:47:18 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-12 19:47:18 +0100 |
commit | 8f258f1fa94ad992552881bf998994e29695031d (patch) | |
tree | 9af2b68b33e1787259a8619c22c281c2cbbf28ee /xsl | |
parent | 7f138b69ea1a10d8eba37c4f14db7864886158a7 (diff) | |
download | mutti-web-8f258f1fa94ad992552881bf998994e29695031d.tar.gz mutti-web-8f258f1fa94ad992552881bf998994e29695031d.tar.bz2 mutti-web-8f258f1fa94ad992552881bf998994e29695031d.zip |
style: Use hr delimit to clear the layout float
Diffstat (limited to 'xsl')
-rw-r--r-- | xsl/layout.xsl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xsl/layout.xsl b/xsl/layout.xsl index db3b777..cc9da49 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -67,9 +67,8 @@ </a> </div> <xsl:apply-templates mode="html" /> - <br style="clear:both"/> </div> - <hr class="delimit" /> + <hr class="delimit" style="clear: both" /> </div> <div id="footer"> <p> |