aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-25 11:04:35 -0800
committerMark Otto <[email protected]>2012-01-25 11:04:35 -0800
commit66f6535579e0d283d1ee24c99636c29ec1eef1c5 (patch)
treeb41e8248cc14cf8a506777660bdb139592766429 /lib
parente49e49ff9557676d9018b410cea14a7f9f399733 (diff)
parent0b2dd16e7293fa11f453abf67395493cbfe18935 (diff)
downloadbootstrap-66f6535579e0d283d1ee24c99636c29ec1eef1c5.tar.xz
bootstrap-66f6535579e0d283d1ee24c99636c29ec1eef1c5.zip
Merge pull request #1212 from lookfirst/white
2.0-wip: s/#fff/@white/
Diffstat (limited to 'lib')
-rw-r--r--lib/carousel.less4
-rw-r--r--lib/progress-bars.less2
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/carousel.less b/lib/carousel.less
index 27c1ba660..b0e95bfe9 100644
--- a/lib/carousel.less
+++ b/lib/carousel.less
@@ -68,10 +68,10 @@
font-size: 60px;
font-weight: 100;
line-height: 30px;
- color: #fff;
+ color: @white;
text-align: center;
background: @grayDarker;
- border: 3px solid #fff;
+ border: 3px solid @white;
.border-radius(23px);
.opacity(50);
.transition(all .2s linear);
diff --git a/lib/progress-bars.less b/lib/progress-bars.less
index c1a3f9792..ff754b817 100644
--- a/lib/progress-bars.less
+++ b/lib/progress-bars.less
@@ -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);