diff options
| author | Jon Stevens <[email protected]> | 2012-01-25 10:59:45 -0800 |
|---|---|---|
| committer | Jon Stevens <[email protected]> | 2012-01-25 10:59:45 -0800 |
| commit | 6cbf2f402432187f79aea1a938a08f1ce876fd2d (patch) | |
| tree | b7beb1a1493b01866ea22c799a203d44974d6b8a /lib | |
| parent | e49e49ff9557676d9018b410cea14a7f9f399733 (diff) | |
| download | bootstrap-6cbf2f402432187f79aea1a938a08f1ce876fd2d.tar.xz bootstrap-6cbf2f402432187f79aea1a938a08f1ce876fd2d.zip | |
s/#fff/@white/
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/carousel.less | 2 | ||||
| -rw-r--r-- | lib/progress-bars.less | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/carousel.less b/lib/carousel.less index 27c1ba660..8ada01f20 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 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); |
