aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-24 10:45:29 -0800
committerMark Otto <[email protected]>2012-01-24 10:45:29 -0800
commitb0bd1d82035c22031e75627df0d3853c9d1e285c (patch)
tree2a29e66403d8d6a73a9310fd1bb8594c572b8daf /bootstrap.css
parent7d2e13f1b4e0de55f3107f2aaa22326e26866541 (diff)
downloadbootstrap-b0bd1d82035c22031e75627df0d3853c9d1e285c.tar.xz
bootstrap-b0bd1d82035c22031e75627df0d3853c9d1e285c.zip
add bottom-up styles to the dropdown menus
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css
index cce7b7442..ee88e9d4c 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Tue Jan 24 10:43:08 PST 2012
+ * Date: Tue Jan 24 10:45:20 PST 2012
*/
article,
aside,
@@ -1417,6 +1417,11 @@ i {
*border-right-width: 2px;
*border-bottom-width: 2px;
}
+.dropdown-menu.bottom-up {
+ top: auto;
+ bottom: 100%;
+ margin-bottom: 2px;
+}
.dropdown-menu .divider {
height: 1px;
margin: 5px 1px;