diff options
| author | Mark Otto <[email protected]> | 2013-08-12 09:52:38 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-12 09:52:38 -0700 |
| commit | 3ce2b645c7c0d4b92d3270b7f0aa6ee5f4b5bd3a (patch) | |
| tree | fab80762dcb8eb52787f1c802f4bac845cbd0043 | |
| parent | 175a112548120500022882d6d2e9bede720f568b (diff) | |
| parent | d80d9251efe88f7ff80b84e28b01292a02dc634a (diff) | |
| download | bootstrap-3ce2b645c7c0d4b92d3270b7f0aa6ee5f4b5bd3a.tar.xz bootstrap-3ce2b645c7c0d4b92d3270b7f0aa6ee5f4b5bd3a.zip | |
Merge pull request #9374 from ggam/carousel-glyphicons
Removed remaining Glyphicons mentions in carousel.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; |
