diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-12 19:52:06 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-12 19:52:06 +0100 |
commit | 1fe44f265c067692894904d7c49a29e3614b7acf (patch) | |
tree | 064328c9c655e449cc18517a03ad8743541ba4e4 /xsl | |
parent | c106780a58bf9ef6c6adb9fa3837d07cba4c19bf (diff) | |
download | mutti-web-1fe44f265c067692894904d7c49a29e3614b7acf.tar.gz mutti-web-1fe44f265c067692894904d7c49a29e3614b7acf.tar.bz2 mutti-web-1fe44f265c067692894904d7c49a29e3614b7acf.zip |
Remove unneeded delimit class
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> |