Commit 9c2b2c58 authored by Mark Otto's avatar Mark Otto

fix comment on bottom-up, should be dropup

parent 20b10b5d
...@@ -285,7 +285,7 @@ ...@@ -285,7 +285,7 @@
left: 10px; 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 { .navbar-fixed-bottom .dropdown-menu {
&:before { &:before {
border-top: 7px solid #ccc; border-top: 7px solid #ccc;
...@@ -325,7 +325,7 @@ ...@@ -325,7 +325,7 @@
// Right aligned menus need alt position // Right aligned menus need alt position
// TODO: rejigger this at some point to simplify the selectors // 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 { .navbar .nav .dropdown-menu.pull-right {
left: auto; left: auto;
right: 0; right: 0;
......
Markdown is supported
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