2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

refactor some of the carousel caption stuff to center it and tighten styles up; update carousel template to start to redo mobile first

This commit is contained in:
Mark Otto
2013-04-02 16:17:04 -07:00
parent 0f51a750a8
commit 0ac711059b
4 changed files with 71 additions and 59 deletions
+7 -11
View File
@@ -155,13 +155,14 @@
// Hidden by default for smaller viewports
.carousel-caption {
position: absolute;
left: 20%;
right: 20%;
left: 15%;
right: 15%;
bottom: 20px;
display: none;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0,0,0,.6);
& .btn {
text-shadow: none; // No shadow for button elements in carousel-caption
@@ -183,13 +184,8 @@
// Show and left align the captions
.carousel-caption {
left: 0;
right: 0;
z-index: 10;
display: block;
max-width: 60%;
padding: 30px;
margin-left: 0;
margin-right: 0;
left: 20%;
right: 20%;
padding-bottom: 30px;
}
}