diff options
| author | vsn4ik <[email protected]> | 2014-12-05 23:30:30 +0300 |
|---|---|---|
| committer | vsn4ik <[email protected]> | 2014-12-05 23:30:30 +0300 |
| commit | d7d6384d397c457a69f1ec1ee8ebaf390334111f (patch) | |
| tree | 9a79b0ec6b30c140b8133dbbdb16a09d899c728a /less | |
| parent | 0c5a5563b271a6a15db7452f8f4878d4bd797074 (diff) | |
| download | bootstrap-d7d6384d397c457a69f1ec1ee8ebaf390334111f.tar.xz bootstrap-d7d6384d397c457a69f1ec1ee8ebaf390334111f.zip | |
Fix margin-bottom on dropdown (navbar-fixed-bottom).
Diffstat (limited to 'less')
| -rw-r--r-- | less/navbar.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/navbar.less b/less/navbar.less index 67fd3528f..0c835030e 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -331,6 +331,7 @@ } // Menu position and menu caret support for dropups via extra dropup class .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { + margin-bottom: 0; .border-top-radius(@navbar-border-radius); .border-bottom-radius(0); } |
