From 285393fb770bd3c3e3605d0d845a164887d0970d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 19 Aug 2013 00:58:29 -0700 Subject: Re-enable glyphicons in carousel controls and then remove redundant CSS from example --- dist/css/bootstrap.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 73e451859..b8a2e9ee3 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -6092,12 +6092,18 @@ button.close { } .carousel-control .icon-prev, -.carousel-control .icon-next { +.carousel-control .icon-next, +.carousel-control .glyphicon-chevron-left, +.carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; left: 50%; z-index: 5; display: inline-block; +} + +.carousel-control .icon-prev, +.carousel-control .icon-next { width: 20px; height: 20px; margin-top: -10px; -- cgit v1.2.3