Commit d557fa28 authored by liuyl's avatar liuyl
Browse files

navbar.less

parent 32369b2f
1 merge request!9273navbar.less
Showing with 2 additions and 4 deletions
+2 -4
...@@ -186,13 +186,11 @@ ...@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment