]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
s/#fff/@white/
authorJon Stevens <latchkey@gmail.com>
Wed, 25 Jan 2012 18:59:45 +0000 (10:59 -0800)
committerJon Stevens <latchkey@gmail.com>
Wed, 25 Jan 2012 18:59:45 +0000 (10:59 -0800)
lib/carousel.less
lib/progress-bars.less

index 27c1ba660557cf52014b67c61a0048a8a2a2c5df..8ada01f20cbe3de372acf76b93d44280bf1abaa0 100644 (file)
@@ -71,7 +71,7 @@
   color: #fff;
   text-align: center;
   background: @grayDarker;
-  border: 3px solid #fff;
+  border: 3px solid @white;
   .border-radius(23px);
   .opacity(50);
   .transition(all .2s linear);
index c1a3f9792216a17ec84cea372a875092a2703d04..ff754b817348d47a04cbae77c5cdde96d52fcd8c 100644 (file)
@@ -46,7 +46,7 @@
 .progress .bar {
   width: 0%;
   height: 18px;
-  color: #fff;
+  color: @white;
   font-size: 12px;
   text-align: center;
   text-shadow: 0 -1px 0 rgba(0,0,0,.25);