aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-11 21:42:55 -0800
committerJacob Thornton <[email protected]>2012-01-11 21:42:55 -0800
commit6f2f947a4309a8fdeb7067612447c0f1a15dcfd9 (patch)
treed634c55bd53f807a4c6d5265462bcf1b03cbfe24 /bootstrap.css
parent51e4e77034e14074cb442138e84b98efd288ccfd (diff)
downloadbootstrap-6f2f947a4309a8fdeb7067612447c0f1a15dcfd9.tar.xz
bootstrap-6f2f947a4309a8fdeb7067612447c0f1a15dcfd9.zip
add build tool for js + rename twipsy to tooltip + lots of little doc cleanup
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css29
1 files changed, 16 insertions, 13 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 32f8b9da4..09b7b4182 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: Mon Jan 9 09:15:32 PST 2012
+ * Date: Wed Jan 11 20:37:24 PST 2012
*/
html, body {
margin: 0;
@@ -2208,7 +2208,7 @@ i {
float: right;
margin-left: 5px;
}
-.twipsy {
+.tooltip {
position: absolute;
z-index: 1020;
display: block;
@@ -2219,24 +2219,24 @@ i {
-moz-opacity: 0;
opacity: 0;
}
-.twipsy.in {
+.tooltip.in {
filter: alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}
-.twipsy.top {
+.tooltip.top {
margin-top: -2px;
}
-.twipsy.right {
+.tooltip.right {
margin-left: 2px;
}
-.twipsy.bottom {
+.tooltip.bottom {
margin-top: 2px;
}
-.twipsy.left {
+.tooltip.left {
margin-left: -2px;
}
-.twipsy.top .twipsy-arrow {
+.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
@@ -2244,7 +2244,7 @@ i {
border-right: 5px solid transparent;
border-top: 5px solid #000000;
}
-.twipsy.left .twipsy-arrow {
+.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
@@ -2252,7 +2252,7 @@ i {
border-bottom: 5px solid transparent;
border-left: 5px solid #000000;
}
-.twipsy.bottom .twipsy-arrow {
+.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
@@ -2260,7 +2260,7 @@ i {
border-right: 5px solid transparent;
border-bottom: 5px solid #000000;
}
-.twipsy.right .twipsy-arrow {
+.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
@@ -2268,7 +2268,7 @@ i {
border-bottom: 5px solid transparent;
border-right: 5px solid #000000;
}
-.twipsy-inner {
+.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: white;
@@ -2279,7 +2279,7 @@ i {
-moz-border-radius: 4px;
border-radius: 4px;
}
-.twipsy-arrow {
+.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
@@ -2619,6 +2619,9 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
-moz-border-radius: 5px;
border-radius: 5px;
}
+.btn-group.open .dropdown-menu.large {
+ top: 40px;
+}
.btn-group.open .dropdown-toggle {
background-image: none;
-webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);