diff options
| author | Richard Lindner <[email protected]> | 2015-05-02 10:49:44 +0200 |
|---|---|---|
| committer | Richard Lindner <[email protected]> | 2015-05-02 10:49:44 +0200 |
| commit | d255ba371914b638ecb040374f11673fe7c3d1db (patch) | |
| tree | 9beb4c49f411833166b7e40cd77f3f09bf929a19 /less | |
| parent | 45c798a47b307025094015a0c17693ba59a2e393 (diff) | |
| download | bootstrap-d255ba371914b638ecb040374f11673fe7c3d1db.tar.xz bootstrap-d255ba371914b638ecb040374f11673fe7c3d1db.zip | |
Fixes Issue #16371 Carousel control is vertically off center for small screens
Diffstat (limited to 'less')
| -rw-r--r-- | less/carousel.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/carousel.less b/less/carousel.less index 6458297c6..87ed6961d 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -130,6 +130,7 @@ .glyphicon-chevron-right { position: absolute; top: 50%; + margin-top: -10px; z-index: 5; display: inline-block; } @@ -147,7 +148,6 @@ .icon-next { width: 20px; height: 20px; - margin-top: -10px; line-height: 1; font-family: serif; } |
