Update carousel-caption btn styles

This commit is contained in:
Robert Burns 2013-04-01 09:27:49 -04:00
parent 19d5e61668
commit e183dd46a2
2 changed files with 3 additions and 2 deletions

View 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;

View File

@ -163,6 +163,9 @@
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
}
}