diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-12 19:29:00 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-12 19:29:00 +0100 |
commit | 87264fe7e3e2d36ceada7043057f4e616d3980f6 (patch) | |
tree | d102de62d1deb901f27154dc100d69a8847b7983 /xsl | |
parent | 978d6d643f62817ab694de24d1419cbd79b79885 (diff) | |
download | mutti-web-87264fe7e3e2d36ceada7043057f4e616d3980f6.tar.gz mutti-web-87264fe7e3e2d36ceada7043057f4e616d3980f6.tar.bz2 mutti-web-87264fe7e3e2d36ceada7043057f4e616d3980f6.zip |
style: Move #page style in css file
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 222c511..0f0c5a6 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -32,7 +32,7 @@ </div> <div id="container" style="background:white"> <hr class="delimit" /> - <div id="page" style="border-left: 200px solid white;"> + <div id="page"> <div style=" width: 180px; float:left; |