aboutsummaryrefslogtreecommitdiff
path: root/less/dropdowns.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-21 22:09:51 -0800
committerMark Otto <[email protected]>2012-02-21 22:09:51 -0800
commit8bd67bb124ccc87ecfe7959f3e75bb497d7991e1 (patch)
treef10ae493e75aba6fb2b3dafc47641b07c93bd49b /less/dropdowns.less
parent20221a67c2590e5d5d2d3a78dd79d61498e80661 (diff)
downloadbootstrap-8bd67bb124ccc87ecfe7959f3e75bb497d7991e1.tar.xz
bootstrap-8bd67bb124ccc87ecfe7959f3e75bb497d7991e1.zip
clean up and simplify support for bottom navbar by automagically turning dropdowns into dropups
Diffstat (limited to 'less/dropdowns.less')
-rw-r--r--less/dropdowns.less4
1 files changed, 3 insertions, 1 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less
index a0753f200..12ce7c2e5 100644
--- a/less/dropdowns.less
+++ b/less/dropdowns.less
@@ -126,7 +126,9 @@
// Allow for dropdowns to go bottom up (aka, dropup-menu)
// ------------------------------------------------------
// Just add .dropup after the standard .dropdown class and you're set, bro.
-.dropup {
+// TODO: abstract this so that the navbar fixed styles are not placed here?
+.dropup,
+.navbar-fixed-bottom .dropdown {
// Reverse the caret
.caret {
border-top: 0;