From: Mark Otto Date: Sat, 16 Feb 2013 10:47:48 +0000 (-0800) Subject: Scrach that: carousel caption is always left aligned, but still hidden for mobile... X-Git-Tag: v3.0.0-rc1~655 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6dce3f63d8461623b110c1a2e3b6d62ccc0e3e21;p=thirdparty%2Fbootstrap.git Scrach that: carousel caption is always left aligned, but still hidden for mobile views --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 6797b4dc90..38ae1fdeb2 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 e3547573bd..b95a582c62 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; } }