]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add position relative to .dropup
authorMark Otto <markotto@twitter.com>
Mon, 26 Mar 2012 05:28:43 +0000 (22:28 -0700)
committerMark Otto <markotto@twitter.com>
Mon, 26 Mar 2012 05:28:43 +0000 (22:28 -0700)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
less/dropdowns.less

index 14edf6efd1e8883e98f9f24f24b345b1296bf191..e478022b0b49560b4c8e43e7b9109864a99866d3 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index a9fdbcffbe4758d937786e13018056644dc85a32..fed56717fcfbac06306cc064b479b3c695549d63 100644 (file)
@@ -1790,6 +1790,7 @@ table .span24 {
 .icon-resize-horizontal {
   background-position: -456px -118px;
 }
+.dropup,
 .dropdown {
   position: relative;
 }
index b54e7eeec66275cf688f5ea7db2c9b098bdf60f1..afe7df4e222684710d2a8c6ef5b94a67a53790b8 100644 (file)
@@ -2,6 +2,7 @@
 // --------------
 
 // Use the .menu class on any <li> element within the topbar or ul.tabs and you'll get some superfancy dropdowns
+.dropup,
 .dropdown {
   position: relative;
 }