2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00
This commit is contained in:
Jacob Thornton
2012-01-22 20:47:24 -08:00
parent f7b5e0f6b5
commit 2355ea034b
2 changed files with 9 additions and 9 deletions
+5 -5
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: Sun Jan 22 20:31:51 PST 2012
* Date: Sun Jan 22 20:42:19 PST 2012
*/
html, body {
margin: 0;
@@ -1440,7 +1440,7 @@ i {
}
.dropdown-menu {
position: absolute;
top: 40px;
top: 100%;
z-index: 1000;
float: left;
display: none;
@@ -1698,7 +1698,7 @@ i {
margin-bottom: 1px;
}
.pills .dropdown-menu, .tabs .dropdown-menu {
top: 33px;
margin-top: 1px;
border-width: 1px;
}
.pills .dropdown-menu {
@@ -1979,7 +1979,7 @@ i {
margin-right: 0;
}
.navbar .dropdown-menu {
top: 41px;
margin-top: 1px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
@@ -2630,7 +2630,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
}
.btn-group.open .dropdown-menu {
display: block;
top: 30px;
margin-top: 1px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;