[PATCH] Nicer spacing for more than one paragraph

Wald Commits scm-commit at wald.intevation.org
Thu Apr 3 13:26:22 CEST 2014


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1396524379 -7200
# Node ID 8bf498f0032880ab4b5cabae1f6816c0dc7aa2c7
# Parent  60b8cbf62e008dd8dd55ab7fe2c7f664d7d77f85
Nicer spacing for more than one paragraph.

diff -r 60b8cbf62e00 -r 8bf498f00328 css/style.css
--- 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;
diff -r 60b8cbf62e00 -r 8bf498f00328 download_body.html
--- 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.


More information about the Dive4Elements-commits mailing list