aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-12-21 18:39:02 -0600
committerMark Otto <[email protected]>2011-12-21 18:39:02 -0600
commit9fb380151d477f1741b7609ade7a9e7fd5450b2c (patch)
treea749f2b6917c09770af1586ae9f83e46115de7eb /bootstrap.css
parent12a0d69454a2831031035d19237d36d38bb2c2a9 (diff)
parenta5a98a8a984512011dac1216b432b86c6eff96a4 (diff)
downloadbootstrap-9fb380151d477f1741b7609ade7a9e7fd5450b2c.tar.xz
bootstrap-9fb380151d477f1741b7609ade7a9e7fd5450b2c.zip
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Conflicts: bootstrap.css docs/javascript.html
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css26
1 files changed, 25 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 3fa776fcb..354f534b2 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: Wed Dec 21 18:20:33 CST 2011
+ * Date: Wed Dec 21 18:38:56 CST 2011
*/
html, body {
margin: 0;
@@ -2466,6 +2466,18 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
-moz-opacity: 0.8;
opacity: 0.8;
}
+.twipsy.above {
+ margin-top: -2px;
+}
+.twipsy.right {
+ margin-left: 2px;
+}
+.twipsy.below {
+ margin-top: 2px;
+}
+.twipsy.left {
+ margin-left: -2px;
+}
.twipsy.above .twipsy-arrow {
bottom: 0;
left: 50%;
@@ -2522,6 +2534,18 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
display: none;
padding: 5px;
}
+.popover.above {
+ margin-top: -5px;
+}
+.popover.right {
+ margin-left: 5px;
+}
+.popover.below {
+ margin-top: 5px;
+}
+.popover.left {
+ margin-left: -5px;
+}
.popover.above .arrow {
bottom: 0;
left: 50%;