diff options
| author | Chris Rebert <[email protected]> | 2013-08-09 00:59:43 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-09 00:59:43 -0700 |
| commit | d0ac0f30b45bb7eede3ec541fbd37cb24ffd7db9 (patch) | |
| tree | 1c2e385abdaa99557b67826e22ee1e8c8f6e43e7 | |
| parent | 32369b2f789c4c93310cf4663c716cacd98c9de6 (diff) | |
| parent | d557fa283952362b46b863b150b52ebfc51f1b71 (diff) | |
| download | bootstrap-d0ac0f30b45bb7eede3ec541fbd37cb24ffd7db9.tar.xz bootstrap-d0ac0f30b45bb7eede3ec541fbd37cb24ffd7db9.zip | |
Merge pull request #9273 from liuyl/navbars
navbar.less
| -rw-r--r-- | less/navbar.less | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/less/navbar.less b/less/navbar.less index c2872e64a..60f5fd4f7 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -186,13 +186,11 @@ // Menu position and menu carets .navbar-nav > li > .dropdown-menu { margin-top: 0; - border-top-left-radius: 0; - border-top-right-radius: 0; + .border-top-radius(0); } // Menu position and menu caret support for dropups via extra dropup class .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; + .border-bottom-radius(0); } // Dropdown menu items and carets |
