2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03: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
-2
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;
}
}
-2
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;
}
}