changeset 123:3864e4382c80

Unify margins and padding.
author Tom Gottfried <tom@intevation.de>
date Thu, 03 Apr 2014 11:26:05 +0200
parents 042b73e89d27
children 073e9bb69a19
files css/style.css
diffstat 1 files changed, 17 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/css/style.css	Thu Apr 03 09:55:21 2014 +0200
+++ b/css/style.css	Thu Apr 03 11:26:05 2014 +0200
@@ -11,8 +11,11 @@
 }
 
 /* Custom jumbotron */
+.container .jumbotron {
+  padding: 10px 36px;
+}
 .jumbotron h3 {
-    text-align: center;
+  text-align: center;
 }
 .jumbotron .demo-btn {
   text-align: center;
@@ -24,14 +27,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;
 }
@@ -40,10 +47,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;
@@ -58,6 +67,9 @@
     height: 525px;
 }
 
+.carousel-indicators {
+    bottom: 0px;
+}
 .carousel-indicators li {
     border: 2px solid #323;
 }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)