0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Scrach that: carousel caption is always left aligned, but still hidden for mobile views

This commit is contained in:
Mark Otto 2013-02-16 02:47:48 -08:00
parent 6d048471c4
commit 6dce3f63d8
2 changed files with 0 additions and 4 deletions

View File

@ -4594,7 +4594,6 @@ a.counter:focus {
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
@ -4615,7 +4614,6 @@ a.counter:focus {
padding: 30px;
margin-right: 0;
margin-left: 0;
text-align: left;
}
}

View File

@ -162,7 +162,6 @@
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
@ -189,6 +188,5 @@
padding: 30px;
margin-left: 0;
margin-right: 0;
text-align: left;
}
}