]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Scrach that: carousel caption is always left aligned, but still hidden for mobile...
authorMark Otto <otto@github.com>
Sat, 16 Feb 2013 10:47:48 +0000 (02:47 -0800)
committerMark Otto <otto@github.com>
Sat, 16 Feb 2013 10:47:48 +0000 (02:47 -0800)
docs/assets/css/bootstrap.css
less/carousel.less

index 6797b4dc90acf7963cd4d97c4550a24fb25be8a6..38ae1fdeb27146ea84e913068b6cb236b0f33d30 100644 (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;
   }
 }
 
index e3547573bd893bbae540115c8554c3145d9ee131..b95a582c6299e360b743a705f48772617d6650a2 100644 (file)
   padding-top: 20px;
   padding-bottom: 20px;
   color: #fff;
-  text-align: center;
   text-shadow: 0 1px 2px rgba(0,0,0,.6);
 }
 
     padding: 30px;
     margin-left: 0;
     margin-right: 0;
-    text-align: left;
   }
 }