diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-12 18:24:01 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-12 18:24:01 +0100 |
commit | f279ab871983d0d917a1929b252b966eeb173062 (patch) | |
tree | fe7c0b140bb37025ff560352013317e7c38aa960 | |
parent | 0098d155c32c00c8c960bcb7585230912949952b (diff) | |
download | mutti-web-f279ab871983d0d917a1929b252b966eeb173062.tar.gz mutti-web-f279ab871983d0d917a1929b252b966eeb173062.tar.bz2 mutti-web-f279ab871983d0d917a1929b252b966eeb173062.zip |
layout: Use a css class for the red box
-rw-r--r-- | style/style.css | 11 | ||||
-rw-r--r-- | xsl/layout.xsl | 16 |
2 files changed, 13 insertions, 14 deletions
diff --git a/style/style.css b/style/style.css index 51be98c..5a829a3 100644 --- a/style/style.css +++ b/style/style.css @@ -284,3 +284,14 @@ label { margin-left: 20px; min-width: 90px; } + +/* side-bar classes */ + +.redbox { + width: 170px; + padding: 5px; + margin-top: 5px; + background: #983D3A; + border: 2px #C02020 solid; + color: #FFFFFF; +} diff --git a/xsl/layout.xsl b/xsl/layout.xsl index 5e4f677..ddafc72 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -50,13 +50,7 @@ E-Mail: <a href="mailto:franzke.buetzow@t-online.de">franzke.buetzow@t-online.de</a> <hr style="margin-top: 3px"/> <br/> - <div style=" - width: 170px; - padding: 5px; - margin-top: 5px; - background: #983D3A; - border: 2px #C02020 solid; - color: #FFFFFF;"> + <div class="redbox"> <a style="text-decoration:none; color:white; display: block" href="contact{$suffix}"> <span style="font-weight: bold">Kostenlose Analyse Ihrer Gründungsidee.</span> <br/> @@ -73,13 +67,7 @@ <a style="display: block; text-align: center;" href="http://www.fuer-gruender.de/beratung/dienstleister-finden/firma/beratung-controlling/"> <img src="fuer-gruender.de-siegel.png" alt="Für-Gründer.de" /> </a> - <div style=" - width: 170px; - padding: 5px; - margin-top: 5px; - background: #983D3A; - border: 2px #C02020 solid; - color: #FFFFFF; text-align: center"> + <div class="redbox" style="text-align: center"> <a style="display: block; text-decoration: none; font-size: 14px; color: white" href="https://beraterboerse.kfw.de/index.php?ac=consultant_projects&id=100021"> Referenzen </a> |