[PATCH 2 of 3] Changed carousel css
Wald Commits
scm-commit at wald.intevation.org
Mon Feb 3 11:30:48 CET 2014
# HG changeset patch
# User Ariane Broermann <ariane at intevation.de>
# Date 1391423329 -3600
# Node ID 65bb726d70b403a045fa64a7f442282a343e2833
# Parent a0c5274925a98fedd520bc1b0d14fb5f640898d7
Changed carousel css.
diff -r a0c5274925a9 -r 65bb726d70b4 css/style.css
--- a/css/style.css Mon Feb 03 11:28:04 2014 +0100
+++ b/css/style.css Mon Feb 03 11:28:49 2014 +0100
@@ -6,7 +6,6 @@
.container p {
font-size: 15px;
}
-
/* Custom jumbotron */
.jumbotron {
text-align: center;
@@ -26,17 +25,15 @@
}
/* Custom page carousel */
.carousel img {
- align: right;
- width: 748px;
- height: 400px;
+ max-width: 748px;
+ max-height: 400px;
}
.carousel-caption {
- background-color: #2D6CA2;
- border: 2px solid;
- border-radius: 25px 25px 25px 25px;
- box-shadow: 10px 10px 5px #888888;
- font-size: 1.2em;
- opacity: 0.9;
+ position: relative;
+ max-width: 748px;
+ margin-top: 20px;
+ padding-bottom: 0;
+ text-align: left;
}
.carousel-caption a {
color: #F3F663;
More information about the Dive4elements-commits
mailing list