changeset 6:65bb726d70b4

Changed carousel css.
author Ariane Broermann <ariane@intevation.de>
date Mon, 03 Feb 2014 11:28:49 +0100
parents a0c5274925a9
children 1d80634d0997
files css/style.css
diffstat 1 files changed, 7 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- 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;
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)