aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-09-01 11:03:19 +0200
committerMark Otto <[email protected]>2013-09-01 11:03:19 +0200
commitd28abc4bf15ab00c7c7587f2fd520218ed6283f1 (patch)
treef7d4d359c30e16cd80cfb7a2e649e4e063a90648 /dist/css/bootstrap.css
parent62477653e70270ec386207f5d2d9fcfa0c66fc75 (diff)
downloadbootstrap-d28abc4bf15ab00c7c7587f2fd520218ed6283f1.tar.xz
bootstrap-d28abc4bf15ab00c7c7587f2fd520218ed6283f1.zip
fixes #10115: Default carousel controls and Glyphicon controls should behave the same on small devices and up
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 25a77eca0..c0408b4de 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -6223,7 +6223,8 @@ body.modal-open,
}
@media screen and (min-width: 768px) {
- .carousel-control .icon-prev,
+ .carousel-control .glyphicons-chevron-left,
+ .carousel-control .glyphicons-chevron-right .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;