aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-03-05 20:20:42 -0800
committerMark Otto <[email protected]>2012-03-05 20:20:42 -0800
commit9c2b2c589da892bb15f276acc7d8f8707d4fc205 (patch)
treea25df66b4504bc3884431b9f76d02efc70edc307 /less
parent20b10b5d666209c333db27a3ea95465fd6267cf6 (diff)
downloadbootstrap-9c2b2c589da892bb15f276acc7d8f8707d4fc205.tar.xz
bootstrap-9c2b2c589da892bb15f276acc7d8f8707d4fc205.zip
fix comment on bottom-up, should be dropup
Diffstat (limited to 'less')
-rw-r--r--less/navbar.less4
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;