From 6cbf2f402432187f79aea1a938a08f1ce876fd2d Mon Sep 17 00:00:00 2001 From: Jon Stevens Date: Wed, 25 Jan 2012 10:59:45 -0800 Subject: [PATCH 1/2] s/#fff/@white/ --- lib/carousel.less | 2 +- lib/progress-bars.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/carousel.less b/lib/carousel.less index 27c1ba6605..8ada01f20c 100644 --- a/lib/carousel.less +++ b/lib/carousel.less @@ -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); diff --git a/lib/progress-bars.less b/lib/progress-bars.less index c1a3f97922..ff754b8173 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); From 0b2dd16e7293fa11f453abf67395493cbfe18935 Mon Sep 17 00:00:00 2001 From: Jon Stevens Date: Wed, 25 Jan 2012 11:02:28 -0800 Subject: [PATCH 2/2] missed a white --- lib/carousel.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/carousel.less b/lib/carousel.less index 8ada01f20c..b0e95bfe93 100644 --- a/lib/carousel.less +++ b/lib/carousel.less @@ -68,7 +68,7 @@ font-size: 60px; font-weight: 100; line-height: 30px; - color: #fff; + color: @white; text-align: center; background: @grayDarker; border: 3px solid @white;