diff options
| author | Mark Otto <[email protected]> | 2012-11-30 15:05:23 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-30 15:05:23 -0800 |
| commit | 9239bfbc7bbd549d987da03046399dd5fcbd5f7f (patch) | |
| tree | 59ccd973d5d5a0c4c87f7d98520cc505834edd24 /less/carousel.less | |
| parent | b0e2b5813db753bdfa3ee018ccdd73e78a69457e (diff) | |
| download | bootstrap-9239bfbc7bbd549d987da03046399dd5fcbd5f7f.tar.xz bootstrap-9239bfbc7bbd549d987da03046399dd5fcbd5f7f.zip | |
more vars changed, remove @white var
Diffstat (limited to 'less/carousel.less')
| -rw-r--r-- | less/carousel.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/carousel.less b/less/carousel.less index 89965e54c..264631fad 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -96,7 +96,7 @@ // Hover state &:hover { - color: @white; + color: #fff; text-decoration: none; .opacity(90); } @@ -136,7 +136,7 @@ } .carousel-caption h3, .carousel-caption p { - color: @white; + color: #fff; line-height: @line-height-base; } .carousel-caption h3 { |
