[PATCH 3 of 3] merged

Wald Commits scm-commit at wald.intevation.org
Thu Apr 3 11:57:28 CEST 2014


# HG changeset patch
# User Ariane Broermann <ariane at intevation.de>
# Date 1396519003 -7200
# Node ID 4a55f97cd790c920d6fab3dc12b54a928fe05989
# Parent  8f17e9ede2a8149e405afcff59bf662b396e302c
# Parent  4d0274bd982f182910537051b23a74153a0b8d39
merged

diff -r 8f17e9ede2a8 -r 4a55f97cd790 css/style.css
--- a/css/style.css	Thu Apr 03 11:46:51 2014 +0200
+++ b/css/style.css	Thu Apr 03 11:56:43 2014 +0200
@@ -16,12 +16,14 @@
 }
 
 /* Custom jumbotron */
+.container .jumbotron {
+  padding: 10px 36px;
+}
 .jumbotron h3 {
-    text-align: center;
+  text-align: center;
 }
 .jumbotron .demo-btn {
   text-align: center;
-  border-bottom: 1px solid #e5e5e5;
 }
 .jumbotron .btn {
   font-size: 21px;
@@ -29,14 +31,18 @@
 }
 /* Custom page footer */
 .footer {
-  padding-left: 15px;
-  padding-right: 15px;
   padding-top: 19px;
   color: #777;
   border-top: 1px solid #e5e5e5;
 }
 
 /* Custom page header */
+.navbar-brand {
+  padding-left: 36px;
+}
+.navbar-collapse{
+  padding-right: 36px;
+}
 .nav {
   font-family: Arial;
 }
@@ -45,10 +51,12 @@
 }
 
 /* Custom page carousel */
+.carousel-inner{
+    margin-bottom: 15px;
+}
 .carousel-caption {
     position: static;
-    margin-top: 10px;
-    margin-bottom: 50px;
+    margin-bottom: 35px;
     padding-left: 10%;
     padding-right: 10%;
     text-align: center;
@@ -63,6 +71,9 @@
     height: 525px;
 }
 
+.carousel-indicators {
+    bottom: 0px;
+}
 .carousel-indicators li {
     border: 2px solid #323;
 }
diff -r 8f17e9ede2a8 -r 4a55f97cd790 river_body.html
--- a/river_body.html	Thu Apr 03 11:46:51 2014 +0200
+++ b/river_body.html	Thu Apr 03 11:56:43 2014 +0200
@@ -14,7 +14,7 @@
        als Datensätze über mehrere Export-Funktionen sowie grafisch in
        verschiedenen Punkt-, Längsschnitt- und Kartendarstellungen.
     </p>
-    <p class="demo-btn"><a class="btn btn-lg btn-primary" href="getit.html"
+    <p class="demo-btn"><a class="btn btn-lg btn-primary" href="download.html"
         role="button">Herunterladen</a></p>
 
     <!-- Carousel -->


More information about the Dive4Elements-commits mailing list