diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-12 18:31:42 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-12 18:31:42 +0100 |
commit | d472d2f88f7b7f2ba842c09b1c1a478d48db11f8 (patch) | |
tree | ff9e46df4e02bbd7cca4157f897eb7bab020bb8c /xsl | |
parent | 0cd0efeba16ee4e3cb00e06859b8e8b81b215da9 (diff) | |
download | mutti-web-d472d2f88f7b7f2ba842c09b1c1a478d48db11f8.tar.gz mutti-web-d472d2f88f7b7f2ba842c09b1c1a478d48db11f8.tar.bz2 mutti-web-d472d2f88f7b7f2ba842c09b1c1a478d48db11f8.zip |
layout: Remove unneeded margin,padding:0 for div#page
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 fbd0cab..2325fe7 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -34,7 +34,7 @@ </div> <div id="container" style="background:white"> <hr class="delimit" style="margin:0;padding:0"/> - <div id="page" style="border-left: 200px solid white;margin:0;padding:0"> + <div id="page" style="border-left: 200px solid white;"> <div style=" width: 180px; float:left; |