diff options
| author | Mark Otto <[email protected]> | 2012-03-05 20:20:42 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-05 20:20:42 -0800 |
| commit | 9c2b2c589da892bb15f276acc7d8f8707d4fc205 (patch) | |
| tree | a25df66b4504bc3884431b9f76d02efc70edc307 | |
| parent | 20b10b5d666209c333db27a3ea95465fd6267cf6 (diff) | |
| download | bootstrap-9c2b2c589da892bb15f276acc7d8f8707d4fc205.tar.xz bootstrap-9c2b2c589da892bb15f276acc7d8f8707d4fc205.zip | |
fix comment on bottom-up, should be dropup
| -rw-r--r-- | less/navbar.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/navbar.less b/less/navbar.less index 6ecb74328..77cdf7a7a 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -285,7 +285,7 @@ left: 10px; } } -// Menu position and menu caret support for dropups via extra bottom-up class +// Menu position and menu caret support for dropups via extra dropup class .navbar-fixed-bottom .dropdown-menu { &:before { border-top: 7px solid #ccc; @@ -325,7 +325,7 @@ // Right aligned menus need alt position // TODO: rejigger this at some point to simplify the selectors -.navbar .nav.pull-right .dropdown-menu, +.navbar .nav.pull-right .dropdown-menu, .navbar .nav .dropdown-menu.pull-right { left: auto; right: 0; |
