aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
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 /dist/css/bootstrap.css
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 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 9e8f4c9e4..81f16da51 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -6205,12 +6205,21 @@ body.modal-open,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
- left: 50%;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
+.carousel-control .glyphicon-chevron-left {
+ left: 50%;
+}
+
+.carousel-control .icon-next,
+.carousel-control .glyphicon-chevron-right {
+ right: 50%;
+}
+
+.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;