[PATCH 05 of 11] Changed color from carousel indicators and position from captions

Wald Commits scm-commit at wald.intevation.org
Tue Mar 25 12:03:27 CET 2014


# HG changeset patch
# User Ariane Broermann <ariane at intevation.de>
# Date 1395657872 -3600
# Node ID e8062d5c7184887eb2142a823c8f36900aee8a89
# Parent  c404400027eab1c5d7b8fd6816598eadd89dfb33
Changed color from carousel indicators and position from captions.

diff -r c404400027ea -r e8062d5c7184 css/style.css
--- a/css/style.css	Thu Mar 20 16:15:29 2014 +0100
+++ b/css/style.css	Mon Mar 24 11:44:32 2014 +0100
@@ -29,18 +29,27 @@
 /* Custom page carousel */
 .carousel-caption {
     position: relative;
-    margin-top: 20px;
+    margin-top: 10px;
+    margin-bottom: 5px;
     margin-right: 250px;
-    padding-bottom: 0;
-    text-align: left;
+    text-align: center;
+    color: #323;
 }
-.carousel-caption {
-    color: #4c4c4c;
-}
+
 .carousel-img {
     width: 755px;
     height: 525px;
 }
+
+.carousel-indicators li {
+    border: 2px solid #323;
+}
+.carousel-indicators .active {
+    border: 2px solid #323;
+    background-color: #323;
+}
+
+
 /*
  * dive4elements
  * --------------------------------------------------


More information about the Dive4Elements-commits mailing list