diff options
| author | syed <[email protected]> | 2013-07-28 17:32:08 +0500 |
|---|---|---|
| committer | syed <[email protected]> | 2013-07-28 17:32:08 +0500 |
| commit | 1aedb7862ccf93bb983652bc24c11cc9f01699d3 (patch) | |
| tree | 36fbfef4fccd56db65c724a110480a5005a244a8 /less/carousel.less | |
| parent | c947ab1c9aae66e0ea11288bf21c4a129d6d0c02 (diff) | |
| download | bootstrap-1aedb7862ccf93bb983652bc24c11cc9f01699d3.tar.xz bootstrap-1aedb7862ccf93bb983652bc24c11cc9f01699d3.zip | |
move things around
Moved alerts, badges, button groups, buttons, carousel, close to
variables.less and customize.html
Diffstat (limited to 'less/carousel.less')
| -rw-r--r-- | less/carousel.less | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/less/carousel.less b/less/carousel.less index 3526089c2..98ce5916b 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -69,9 +69,9 @@ top: 0; left: 0; bottom: 0; - width: 15%; - .opacity(.5); - font-size: 20px; + width: @carousel-control-width; + .opacity(@carousel-control-opacity); + font-size: @carousel-control-font-size; color: @carousel-control-color; text-align: center; text-shadow: @carousel-text-shadow; @@ -133,7 +133,7 @@ bottom: 10px; left: 50%; z-index: 15; - width: 120px; + width: @carousel-indicators-width; margin-left: -60px; padding-left: 0; list-style: none; |
