diff options
| author | Mark Otto <[email protected]> | 2012-01-24 10:45:29 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-24 10:45:29 -0800 |
| commit | b0bd1d82035c22031e75627df0d3853c9d1e285c (patch) | |
| tree | 2a29e66403d8d6a73a9310fd1bb8594c572b8daf /bootstrap.css | |
| parent | 7d2e13f1b4e0de55f3107f2aaa22326e26866541 (diff) | |
| download | bootstrap-b0bd1d82035c22031e75627df0d3853c9d1e285c.tar.xz bootstrap-b0bd1d82035c22031e75627df0d3853c9d1e285c.zip | |
add bottom-up styles to the dropdown menus
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 7 |
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; |
