diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-12 18:27:21 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-12 18:28:30 +0100 |
commit | 0cd0efeba16ee4e3cb00e06859b8e8b81b215da9 (patch) | |
tree | d0c1fff68aee0244b8ea2829e945f35f53458fb2 /xsl | |
parent | f279ab871983d0d917a1929b252b966eeb173062 (diff) | |
download | mutti-web-0cd0efeba16ee4e3cb00e06859b8e8b81b215da9.tar.gz mutti-web-0cd0efeba16ee4e3cb00e06859b8e8b81b215da9.tar.bz2 mutti-web-0cd0efeba16ee4e3cb00e06859b8e8b81b215da9.zip |
layout: Put anchor in redbox into css class as well
Diffstat (limited to 'xsl')
-rw-r--r-- | xsl/layout.xsl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xsl/layout.xsl b/xsl/layout.xsl index ddafc72..fbd0cab 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -51,8 +51,8 @@ <hr style="margin-top: 3px"/> <br/> <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> + <a href="contact{$suffix}"> + <strong>Kostenlose Analyse Ihrer Gründungsidee.</strong> <br/> Die Kostenlose Analyse schafft Klarheit darüber, welches Umsatzpotential Ihre Idee bietet. </a> @@ -67,8 +67,8 @@ <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 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"> + <div class="redbox" style="text-align: center; font-size: 14px"> + <a href="https://beraterboerse.kfw.de/index.php?ac=consultant_projects&id=100021"> Referenzen </a> </div> |