diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-04-30 13:30:57 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-04-30 13:30:57 +0200 |
commit | 30935bd44746791cc8d2731d3c92c6d27c5386ec (patch) | |
tree | efca36ac34fae6c6b464fa21705b7f2bb3d96786 /xsl | |
parent | aa6ac4dc540efc670ac2a3a0b2445efc1aef8947 (diff) | |
download | mutti-web-30935bd44746791cc8d2731d3c92c6d27c5386ec.tar.gz mutti-web-30935bd44746791cc8d2731d3c92c6d27c5386ec.tar.bz2 mutti-web-30935bd44746791cc8d2731d3c92c6d27c5386ec.zip |
layout.xsl: Increase box width
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 ab0e010..5f73044 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -51,7 +51,7 @@ <hr style="margin-top: 3px"/> <br/> <div style=" - width: 130px; + width: 170px; padding: 5px; margin-top: 5px; background: #983D3A; @@ -74,7 +74,7 @@ <img src="fuer-gruender.de-siegel.png" alt="Für-Gründer.de" /> </a> <div style=" - width: 130px; + width: 170px; padding: 5px; margin-top: 5px; background: #983D3A; |