From: vsn4ik Date: Fri, 5 Dec 2014 20:30:30 +0000 (+0300) Subject: Fix margin-bottom on dropdown (navbar-fixed-bottom). X-Git-Tag: v3.3.2~5^2~78^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7d6384d397c457a69f1ec1ee8ebaf390334111f;p=thirdparty%2Fbootstrap.git Fix margin-bottom on dropdown (navbar-fixed-bottom). --- diff --git a/less/navbar.less b/less/navbar.less index 67fd3528f0..0c835030e5 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); }