[PATCH] Unify margins and padding

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


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1396517165 -7200
# Node ID 3864e4382c809a8cad0510cc1fbf28a496e4aab6
# Parent  042b73e89d27a19152c506d6aff98ed7e27bbd00
Unify margins and padding.

diff -r 042b73e89d27 -r 3864e4382c80 css/style.css
--- 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;
 }


More information about the Dive4Elements-commits mailing list