diff options
-rw-r--r-- | style/style.css | 6 | ||||
-rw-r--r-- | xsl/layout.xsl | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/style/style.css b/style/style.css index 5a829a3..4446391 100644 --- a/style/style.css +++ b/style/style.css @@ -295,3 +295,9 @@ label { border: 2px #C02020 solid; color: #FFFFFF; } + +.redbox a { + display: block; + text-decoration: none; + color: white; +} 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> |