diff options
| author | Mark Otto <[email protected]> | 2013-12-13 23:06:04 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-13 23:06:04 -0800 |
| commit | 22820d7151fa155a4e083bf6c940a52e55138735 (patch) | |
| tree | d1966d646db80fbf41283593c77b5f528cb46875 /less | |
| parent | ce07ff84cd554e4381760bc4cf476264ca6ca1d5 (diff) | |
| download | bootstrap-22820d7151fa155a4e083bf6c940a52e55138735.tar.xz bootstrap-22820d7151fa155a4e083bf6c940a52e55138735.zip | |
Fixes #10495: Float Glyphicon and set margins in .navbar-brand to ensure there is no added height because wtf even is CSS
Diffstat (limited to 'less')
| -rw-r--r-- | less/navbar.less | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/less/navbar.less b/less/navbar.less index 51e3df258..3f8698d09 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -161,6 +161,13 @@ text-decoration: none; } + // Prevent Glyphicons from increasing height of navbar + > .glyphicon { + float: left; + margin-top: -2px; + margin-right: 5px; + } + @media (min-width: @grid-float-breakpoint) { .navbar > .container &, .navbar > .container-fluid & { |
