diff options
| author | Mark Otto <[email protected]> | 2013-08-19 00:58:29 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-19 00:58:29 -0700 |
| commit | 285393fb770bd3c3e3605d0d845a164887d0970d (patch) | |
| tree | fa42b1874deadb6da92df9438209410b52c26589 /dist/css/bootstrap.css | |
| parent | dbd749c22603c8d0b9d27bd5a1ebf619ef30ba81 (diff) | |
| download | bootstrap-285393fb770bd3c3e3605d0d845a164887d0970d.tar.xz bootstrap-285393fb770bd3c3e3605d0d845a164887d0970d.zip | |
Re-enable glyphicons in carousel controls and then remove redundant CSS from example
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 8 |
1 files changed, 7 insertions, 1 deletions
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; |
