0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

Merge pull request #15307 from vsn4ik/part_of_15148

Fix part of #15148.
This commit is contained in:
Mark Otto 2014-12-20 22:12:47 -08:00
commit 8777803acf

View File

@ -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);
}