aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-02-16 02:47:48 -0800
committerMark Otto <[email protected]>2013-02-16 02:47:48 -0800
commit6dce3f63d8461623b110c1a2e3b6d62ccc0e3e21 (patch)
tree60ca0d4e5a0bffa73801a2dbc856ccbef9fac1f9
parent6d048471c47ed740453c01252ad62a42e185cb46 (diff)
downloadbootstrap-6dce3f63d8461623b110c1a2e3b6d62ccc0e3e21.tar.xz
bootstrap-6dce3f63d8461623b110c1a2e3b6d62ccc0e3e21.zip
Scrach that: carousel caption is always left aligned, but still hidden for mobile views
-rw-r--r--docs/assets/css/bootstrap.css2
-rw-r--r--less/carousel.less2
2 files changed, 0 insertions, 4 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 6797b4dc9..38ae1fdeb 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -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;
}
}
diff --git a/less/carousel.less b/less/carousel.less
index e3547573b..b95a582c6 100644
--- a/less/carousel.less
+++ b/less/carousel.less
@@ -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;
}
}