diff options
| author | Mark Otto <[email protected]> | 2014-11-30 14:20:21 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-11-30 14:20:21 -0800 |
| commit | ced63b0a0257fd096c12f1d2b4b2fa3ffc3f5e2f (patch) | |
| tree | 7b68e5a6646d7143976573ab0f2aa8854f7696b8 | |
| parent | 20ddded9f8050c9011c183f1c676d374d69a094e (diff) | |
| parent | 8770f55f1e16ee5d1f7f91b2671c7365d3e91828 (diff) | |
| download | bootstrap-ced63b0a0257fd096c12f1d2b4b2fa3ffc3f5e2f.tar.xz bootstrap-ced63b0a0257fd096c12f1d2b4b2fa3ffc3f5e2f.zip | |
Merge pull request #15244 from zalog/patch-2
Center .icon-prev and .icon-next in carousel
| -rw-r--r-- | less/carousel.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/carousel.less b/less/carousel.less index 23863bf90..a28e397a5 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -148,6 +148,7 @@ width: 20px; height: 20px; margin-top: -10px; + line-height: 1; font-family: serif; } |
