aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-19 00:58:29 -0700
committerMark Otto <[email protected]>2013-08-19 00:58:29 -0700
commit285393fb770bd3c3e3605d0d845a164887d0970d (patch)
treefa42b1874deadb6da92df9438209410b52c26589 /less
parentdbd749c22603c8d0b9d27bd5a1ebf619ef30ba81 (diff)
downloadbootstrap-285393fb770bd3c3e3605d0d845a164887d0970d.tar.xz
bootstrap-285393fb770bd3c3e3605d0d845a164887d0970d.zip
Re-enable glyphicons in carousel controls and then remove redundant CSS from example
Diffstat (limited to 'less')
-rw-r--r--less/carousel.less7
1 files changed, 6 insertions, 1 deletions
diff --git a/less/carousel.less b/less/carousel.less
index d94108de5..c468d435c 100644
--- a/less/carousel.less
+++ b/less/carousel.less
@@ -98,12 +98,17 @@
// Toggles
.icon-prev,
- .icon-next {
+ .icon-next,
+ .glyphicon-chevron-left,
+ .glyphicon-chevron-right {
position: absolute;
top: 50%;
left: 50%;
z-index: 5;
display: inline-block;
+ }
+ .icon-prev,
+ .icon-next {
width: 20px;
height: 20px;
margin-top: -10px;