aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-09-06 09:23:49 -0700
committerMark Otto <[email protected]>2013-09-06 09:23:49 -0700
commit5c4c7eba54b27711bd7edf411417122cb154e787 (patch)
treef87ad191027fa2ff5fd4828b6b35cfa5ec37a8fa /less
parent532e4bab582bec779e9e0e5a9c79cb59ac81e539 (diff)
parenta40568a1e01b864c8ef813a672abd790bf902a83 (diff)
downloadbootstrap-5c4c7eba54b27711bd7edf411417122cb154e787.tar.xz
bootstrap-5c4c7eba54b27711bd7edf411417122cb154e787.zip
Merge branch 'master' of https://github.com/nuttertag/bootstrap into nuttertag-master
Conflicts: dist/css/bootstrap.min.css
Diffstat (limited to 'less')
-rw-r--r--less/carousel.less9
1 files changed, 8 insertions, 1 deletions
diff --git a/less/carousel.less b/less/carousel.less
index d9eda38e3..9fff41e73 100644
--- a/less/carousel.less
+++ b/less/carousel.less
@@ -103,11 +103,18 @@
.glyphicon-chevron-right {
position: absolute;
top: 50%;
- left: 50%;
z-index: 5;
display: inline-block;
}
.icon-prev,
+ .glyphicon-chevron-left {
+ left: 50%;
+ }
+ .icon-next,
+ .glyphicon-chevron-right {
+ right: 50%;
+ }
+ .icon-prev,
.icon-next {
width: 20px;
height: 20px;