]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update less/carousel.less 6750/head
authornextgenthemes <nicolasjonas@web.de>
Wed, 30 Jan 2013 17:14:22 +0000 (18:14 +0100)
committernextgenthemes <nicolasjonas@web.de>
Wed, 30 Jan 2013 17:14:22 +0000 (18:14 +0100)
lessified .carousel-caption

less/carousel.less

index e175f9477524ae8ff7a87fe477e64d1ff9afd283..e4ef2e53a72f637a7499dc8eb70f51f1146104b8 100644 (file)
   padding: 40px;
   text-shadow: 0 1px 2px rgba(0,0,0,.6);
   max-width: 60%;
-}
-.carousel-caption h3,
-.carousel-caption p {
-  color: #fff;
-  line-height: @line-height-base;
-}
-.carousel-caption h3 {
-  margin: 0 0 5px;
-}
-.carousel-caption p {
-  margin-bottom: 0;
+
+  h3,
+  p {
+    color: #fff;
+    line-height: @line-height-base;
+  }
+  h3 {
+    margin: 0 0 5px;
+  }
+  p {
+    margin-bottom: 0;
+  }
 }