changeset 128:4a55f97cd790

merged
author Ariane Broermann <ariane@intevation.de>
date Thu, 03 Apr 2014 11:56:43 +0200
parents 8f17e9ede2a8 (current diff) 4d0274bd982f (diff)
children 60b8cbf62e00
files css/style.css river_body.html
diffstat 2 files changed, 18 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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;
 }
--- 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 -->
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)