aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-04-06 20:49:22 -0700
committerMark Otto <[email protected]>2014-04-06 20:49:22 -0700
commitbfb99413eefbbe2e8fbb1e477cbfa63ea7d36140 (patch)
treeea15fe1f6957cdb6df3a668fb09d43d885b7c492 /dist/css/bootstrap.css
parent1554b7cdd77ac35e7f327b96718c9f0c73060d77 (diff)
downloadbootstrap-bfb99413eefbbe2e8fbb1e477cbfa63ea7d36140.tar.xz
bootstrap-bfb99413eefbbe2e8fbb1e477cbfa63ea7d36140.zip
grunt dist
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 525951470..847b1ed40 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -5717,17 +5717,18 @@ button.close {
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
+ margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
+ margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
margin-top: -10px;
- margin-left: -10px;
font-family: serif;
}
.carousel-control .icon-prev:before {
@@ -5788,9 +5789,16 @@ button.close {
width: 30px;
height: 30px;
margin-top: -15px;
- margin-left: -15px;
font-size: 30px;
}
+ .carousel-control .glyphicon-chevron-left,
+ .carousel-control .icon-prev {
+ margin-left: -15px;
+ }
+ .carousel-control .glyphicon-chevron-right,
+ .carousel-control .icon-next {
+ margin-right: -15px;
+ }
.carousel-caption {
right: 20%;
left: 20%;