From d28abc4bf15ab00c7c7587f2fd520218ed6283f1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 1 Sep 2013 11:03:19 +0200 Subject: fixes #10115: Default carousel controls and Glyphicon controls should behave the same on small devices and up --- dist/css/bootstrap.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') 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; -- cgit v1.2.3