diff options
| author | Mark Otto <[email protected]> | 2013-09-06 09:23:49 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-06 09:23:49 -0700 |
| commit | 5c4c7eba54b27711bd7edf411417122cb154e787 (patch) | |
| tree | f87ad191027fa2ff5fd4828b6b35cfa5ec37a8fa /dist/css/bootstrap.css | |
| parent | 532e4bab582bec779e9e0e5a9c79cb59ac81e539 (diff) | |
| parent | a40568a1e01b864c8ef813a672abd790bf902a83 (diff) | |
| download | bootstrap-5c4c7eba54b27711bd7edf411417122cb154e787.tar.xz bootstrap-5c4c7eba54b27711bd7edf411417122cb154e787.zip | |
Merge branch 'master' of https://github.com/nuttertag/bootstrap into nuttertag-master
Conflicts:
dist/css/bootstrap.min.css
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 9e8f4c9e4..81f16da51 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -6205,12 +6205,21 @@ body.modal-open, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; - left: 50%; z-index: 5; display: inline-block; } .carousel-control .icon-prev, +.carousel-control .glyphicon-chevron-left { + left: 50%; +} + +.carousel-control .icon-next, +.carousel-control .glyphicon-chevron-right { + right: 50%; +} + +.carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; |
