]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update carousel-caption btn styles
authorRobert Burns <burnsra@gmail.com>
Mon, 1 Apr 2013 13:27:49 +0000 (09:27 -0400)
committerRobert Burns <burnsra@gmail.com>
Mon, 1 Apr 2013 13:27:49 +0000 (09:27 -0400)
docs/examples/carousel.html
less/carousel.less

index 0c50c7a145e5b35344f092dfa284581e2e2744c1..e97d895c2a0e5a85b23a0e5c9173fb33a8ebd9f1 100644 (file)
@@ -91,8 +91,6 @@ body {
 .carousel-caption .lead {
   margin: 0;
   line-height: 1.25;
-  color: #fff;
-  text-shadow: 0 1px 1px rgba(0,0,0,.4);
 }
 .carousel-caption .btn {
   margin-top: 10px;
index 7c75a519b61456c7087601b9e85976c1a2475567..9816200f45e17d573398dee8a5b71fcd28521c98 100644 (file)
   padding-bottom: 20px;
   color: #fff;
   text-shadow: 0 1px 2px rgba(0,0,0,.6);
+  & .btn {
+    text-shadow: none; // No shadow for button elements in carousel-caption
+  }
 }