[PATCH 01 of 11] Changed color from carousel indicators and position from captions
Wald Commits
scm-commit at wald.intevation.org
Tue Mar 25 12:03:23 CET 2014
# HG changeset patch
# User Ariane Broermann <ariane at intevation.de>
# Date 1395741170 -3600
# Node ID 3dcb691d948a7703d80708e4f81e888b331ac543
# Parent c404400027eab1c5d7b8fd6816598eadd89dfb33
Changed color from carousel indicators and position from captions.
diff -r c404400027ea -r 3dcb691d948a css/style.css
--- a/css/style.css Thu Mar 20 16:15:29 2014 +0100
+++ b/css/style.css Tue Mar 25 10:52:50 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