diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-12 18:32:25 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-12 18:32:25 +0100 |
commit | 450dbcc4f4c54314981ecb0da449d099e84df33d (patch) | |
tree | dd113f5bfd43f29bf56bd7eae5ff83a39eef1402 /xsl | |
parent | d472d2f88f7b7f2ba842c09b1c1a478d48db11f8 (diff) | |
download | mutti-web-450dbcc4f4c54314981ecb0da449d099e84df33d.tar.gz mutti-web-450dbcc4f4c54314981ecb0da449d099e84df33d.tar.bz2 mutti-web-450dbcc4f4c54314981ecb0da449d099e84df33d.zip |
layout: Remove unnecessary padding,margin:0 for hr.delimit
Diffstat (limited to 'xsl')
-rw-r--r-- | xsl/layout.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xsl/layout.xsl b/xsl/layout.xsl index 2325fe7..a3ae073 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -33,7 +33,7 @@ <a href="#page" accesskey="S" style="display: none" /> </div> <div id="container" style="background:white"> - <hr class="delimit" style="margin:0;padding:0"/> + <hr class="delimit" /> <div id="page" style="border-left: 200px solid white;"> <div style=" width: 180px; |