Mercurial > dive4elements > website
changeset 130:8bf498f00328
Nicer spacing for more than one paragraph.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 03 Apr 2014 13:26:19 +0200 |
parents | 60b8cbf62e00 |
children | e919bf9fc2c5 |
files | css/style.css download_body.html |
diffstat | 2 files changed, 11 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/css/style.css Thu Apr 03 12:19:31 2014 +0200 +++ b/css/style.css Thu Apr 03 13:26:19 2014 +0200 @@ -17,11 +17,15 @@ /* Custom jumbotron */ .container .jumbotron { - padding: 10px 36px; + padding: 10px 36px 20px; + margin-bottom: 20px; } .jumbotron h3 { text-align: center; } +.jumbotron h4 { + margin-top: 20px; +} .jumbotron .demo-btn { text-align: center; } @@ -29,6 +33,10 @@ font-size: 21px; padding: 14px 24px; } +.jumbotron p { + margin-bottom: 10px; +} + /* Custom page footer */ .footer { padding-top: 19px; @@ -52,7 +60,7 @@ /* Custom page carousel */ .carousel-inner{ - margin-bottom: 15px; + margin-bottom: 25px; } .carousel-caption { position: static;
--- a/download_body.html Thu Apr 03 12:19:31 2014 +0200 +++ b/download_body.html Thu Apr 03 13:26:19 2014 +0200 @@ -1,4 +1,5 @@ <div class="col-xs-12"> + <div class="jumbotron"> <h4><a name="live">Live-System</a></h4> <p class="lead">Ein komfortabler Weg, Dive4Elements River @@ -8,7 +9,6 @@ href="https://wald.intevation.org/frs/?group_id=57">Download</a> bereit. </p> - <br> <h4><a name="binary">Binärpakete</a></h4> <p class="lead">Ein aktueller Release von Dive4Elements und Dive4Elements River steht als Archiv zum @@ -19,7 +19,6 @@ und unter Verwendung der <a href="#data">Demo-Daten</a> kann daraus einfach eine Demoversion installiert werden. </p> - <br> <h4><a name="installdoc">Installationsanleitung</a></h4> <p class="lead">Die Installationsanleitung hilft dabei, ein System auf die Installation der Software Dive4Elements River und das Einspielen des @@ -30,7 +29,6 @@ Online <span id="glyph" class="glyphicon glyphicon-share-alt"></span></a>. </p> - <br> <h4><a name="data">Demo-Daten</a></h4> <p class="lead">Zum Ausprobieren mit Dive4Elements River steht auch ein Demo-Datensatz zur Verfügung. Dieser enthält Daten für die Backend-Datenbank @@ -48,7 +46,6 @@ glyphicon-share-alt"></span></a> bereit. </p> - <br> <h4><a name="develop">Entwicklungsversion</a></h4> <p class="lead">Wer aktiv an der Entwicklung teilnehmen möchte, sei <a href="devel.html">hierher</a> verwiesen.