1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-27 07:14:36 +02:00

carousel refinements

This commit is contained in:
Mark Otto
2012-09-30 23:44:23 -07:00
parent b6f6235e9b
commit 4b0d71abc1
2 changed files with 30 additions and 21 deletions

View File

@@ -5370,7 +5370,7 @@ a.badge:hover {
top: 0;
bottom: 0;
left: 0;
width: 100px;
width: 120px;
opacity: 0.5;
filter: alpha(opacity=50);
}
@@ -5414,13 +5414,17 @@ a.badge:hover {
z-index: 5;
display: block;
margin-top: -35px;
margin-left: 35px;
margin-left: 30px;
font-size: 80px;
font-weight: 100;
color: #fff;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.right .control {
margin-left: 70px;
}
.carousel-caption {
position: absolute;
right: 0;