1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-04 12:47:35 +02:00

Merge pull request #9273 from liuyl/navbars

navbar.less
This commit is contained in:
Chris Rebert
2013-08-09 00:59:43 -07:00

View File

@@ -186,13 +186,11 @@
// Menu position and menu carets // Menu position and menu carets
.navbar-nav > li > .dropdown-menu { .navbar-nav > li > .dropdown-menu {
margin-top: 0; margin-top: 0;
border-top-left-radius: 0; .border-top-radius(0);
border-top-right-radius: 0;
} }
// Menu position and menu caret support for dropups via extra dropup class // Menu position and menu caret support for dropups via extra dropup class
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-bottom-left-radius: 0; .border-bottom-radius(0);
border-bottom-right-radius: 0;
} }
// Dropdown menu items and carets // Dropdown menu items and carets