diff options
| author | Mark Otto <[email protected]> | 2014-07-08 00:33:21 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-08 00:33:21 -0700 |
| commit | dae5ec5416b16cc32c4f7caf3ba7e86de20e39f5 (patch) | |
| tree | eba3f573dfb5c41d1a8f43bfd1f56bac31f4191d /less/carousel.less | |
| parent | b29268dc487010c43f4cab8e8e0e2891582804ab (diff) | |
| download | bootstrap-dae5ec5416b16cc32c4f7caf3ba7e86de20e39f5.tar.xz bootstrap-dae5ec5416b16cc32c4f7caf3ba7e86de20e39f5.zip | |
Drop Glyphicons
Diffstat (limited to 'less/carousel.less')
| -rw-r--r-- | less/carousel.less | 25 |
1 files changed, 7 insertions, 18 deletions
diff --git a/less/carousel.less b/less/carousel.less index 1644ddf7f..c832c654a 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -101,31 +101,24 @@ // Toggles .icon-prev, - .icon-next, - .glyphicon-chevron-left, - .glyphicon-chevron-right { + .icon-next { position: absolute; top: 50%; z-index: 5; display: inline-block; + width: 20px; + height: 20px; + margin-top: -10px; + font-family: serif; } - .icon-prev, - .glyphicon-chevron-left { + .icon-prev { left: 50%; margin-left: -10px; } - .icon-next, - .glyphicon-chevron-right { + .icon-next { right: 50%; margin-right: -10px; } - .icon-prev, - .icon-next { - width: 20px; - height: 20px; - margin-top: -10px; - font-family: serif; - } .icon-prev { @@ -210,8 +203,6 @@ // Scale up the controls a smidge .carousel-control { - .glyphicon-chevron-left, - .glyphicon-chevron-right, .icon-prev, .icon-next { width: 30px; @@ -219,11 +210,9 @@ margin-top: -15px; font-size: 30px; } - .glyphicon-chevron-left, .icon-prev { margin-left: -15px; } - .glyphicon-chevron-right, .icon-next { margin-right: -15px; } |
