2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

add bottom-up styles to the dropdown menus

This commit is contained in:
Mark Otto
2012-01-24 10:45:29 -08:00
parent 7d2e13f1b4
commit b0bd1d8203
3 changed files with 15 additions and 2 deletions
+6 -1
View File
@@ -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;