diff options
| author | Catalin Zalog <[email protected]> | 2014-11-27 13:06:42 +0200 |
|---|---|---|
| committer | Catalin Zalog <[email protected]> | 2014-11-27 13:06:42 +0200 |
| commit | 8770f55f1e16ee5d1f7f91b2671c7365d3e91828 (patch) | |
| tree | 77ccdad17b6389bc0792ad64f3f3df63fbfdaa27 | |
| parent | d763e0e2a08ade0d36872cb9624813b5e4a5255b (diff) | |
| download | bootstrap-8770f55f1e16ee5d1f7f91b2671c7365d3e91828.tar.xz bootstrap-8770f55f1e16ee5d1f7f91b2671c7365d3e91828.zip | |
Center .icon-prev and .icon-next
Center .icon-prev and .icon-next the same way .glyphicon icon are.
And this is the html markup:
<a class="left carousel-control" href="#carousel-main-menu" role="button" data-slide="prev">
<span class="icon-prev" aria-hidden="true"></span>
</a>
| -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; } |
