aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-24 12:11:26 -0800
committerJacob Thornton <[email protected]>2012-01-24 12:11:26 -0800
commitb5503c4c28d4f9d80f3285922376f0552808d40e (patch)
treee2467846d77a93e4867a523a57a0fc44d12150a2 /lib
parent222067b360ecf4c6c082d3d364d464a26ef13ae9 (diff)
parent91780529d5f355054d17420f56a6b11e2d40b2a9 (diff)
downloadbootstrap-b5503c4c28d4f9d80f3285922376f0552808d40e.tar.xz
bootstrap-b5503c4c28d4f9d80f3285922376f0552808d40e.zip
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Diffstat (limited to 'lib')
-rw-r--r--lib/dropdowns.less7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/dropdowns.less b/lib/dropdowns.less
index e2c32f180..06114b254 100644
--- a/lib/dropdowns.less
+++ b/lib/dropdowns.less
@@ -54,6 +54,13 @@
*border-right-width: 2px;
*border-bottom-width: 2px;
+ // Allow for dropdowns to go bottom up (aka, dropup-menu)
+ &.bottom-up {
+ top: auto;
+ bottom: 100%;
+ margin-bottom: 2px;
+ }
+
// Dividers (basically an hr) within the dropdown
.divider {
height: 1px;