diff options
| author | Mark Otto <[email protected]> | 2013-08-12 10:01:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-12 10:01:22 -0700 |
| commit | a9a27d37944bbc1edb1248d22e596707af85502a (patch) | |
| tree | 493fa0e64181ca580ab51fa73394463710c430df /less | |
| parent | 55cfa8d38f71623aaa5e2aae97b483af60650910 (diff) | |
| parent | 1f745176d4e667fd75a492509a4e08ca54af07ae (diff) | |
| download | bootstrap-a9a27d37944bbc1edb1248d22e596707af85502a.tar.xz bootstrap-a9a27d37944bbc1edb1248d22e596707af85502a.zip | |
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Diffstat (limited to 'less')
| -rw-r--r-- | less/carousel.less | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/less/carousel.less b/less/carousel.less index 8d31d7e49..d94108de5 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -110,7 +110,7 @@ margin-left: -10px; font-family: serif; } - // Non-glyphicon toggles + .icon-prev { &:before { content: '\2039';// SINGLE LEFT-POINTING ANGLE QUOTATION MARK (U+2039) @@ -181,7 +181,6 @@ @media screen and (min-width: @screen-tablet) { // Scale up the controls a smidge - .carousel-control .glyphicon, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; |
