aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-22 20:47:24 -0800
committerJacob Thornton <[email protected]>2012-01-22 20:47:24 -0800
commit2355ea034b2d2c46dde5faf01fd53aa324d13cae (patch)
treeb670a70e9ac3948baacf54eccc515b1650c0af75 /bootstrap.css
parentf7b5e0f6b58ae137cc878a1660f9513e343a74c3 (diff)
downloadbootstrap-2355ea034b2d2c46dde5faf01fd53aa324d13cae.tar.xz
bootstrap-2355ea034b2d2c46dde5faf01fd53aa324d13cae.zip
rebuild
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/bootstrap.css b/bootstrap.css
index c40172304..732e0afc8 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: 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;