From 8bd67bb124ccc87ecfe7959f3e75bb497d7991e1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 21 Feb 2012 22:09:51 -0800 Subject: clean up and simplify support for bottom navbar by automagically turning dropdowns into dropups --- less/dropdowns.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'less/dropdowns.less') 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; -- cgit v1.2.3