diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-12 18:43:03 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-12 18:43:03 +0100 |
commit | 3364a4cc7618710628e18a64e1d2c9420ad88c8f (patch) | |
tree | 7e6ef699424929ea2630d9a370bd2e5c1f6dd1aa /xsl | |
parent | 97b59de0d19f8208f1bd1ac8b81b4fd2bbaa1695 (diff) | |
download | mutti-web-3364a4cc7618710628e18a64e1d2c9420ad88c8f.tar.gz mutti-web-3364a4cc7618710628e18a64e1d2c9420ad88c8f.tar.bz2 mutti-web-3364a4cc7618710628e18a64e1d2c9420ad88c8f.zip |
layout: Remove uneeded margin:0
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 9509e6b..6f55669 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -71,7 +71,7 @@ </a> </div> </div> - <div style="position:relative; margin:0px"> + <div style="position:relative"> <xsl:apply-templates mode="html" /> </div> <br style="clear:both"/> |