aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-11-20 20:58:04 -0800
committerJacob Thornton <[email protected]>2011-11-20 20:58:04 -0800
commitbc65b58551575c9dfb2e4d9f4f7af97009e39432 (patch)
treecb27a6f15bfdd7650871f6f6aa5aba496201bd29 /bootstrap.css
parent0b1d5d9189ea82cde5e848e5a8771a8f4850e21f (diff)
downloadbootstrap-bc65b58551575c9dfb2e4d9f4f7af97009e39432.tar.xz
bootstrap-bc65b58551575c9dfb2e4d9f4f7af97009e39432.zip
merge in js from 1.4... start working through js docs
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/bootstrap.css b/bootstrap.css
index e17c454d5..d6cc76b6d 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -1,12 +1,12 @@
/*!
- * Bootstrap v1.2.0
+ * Bootstrap v2.0.0
*
* Copyright 2011 Twitter, Inc
* Licensed under the Apache License v2.0
* 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 Nov 20 18:13:58 PST 2011
+ * Date: Sun Nov 20 20:05:48 PST 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -2269,11 +2269,11 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
visibility: visible;
padding: 5px;
font-size: 11px;
- filter: alpha(opacity=80);
- -moz-opacity: 0.8;
- opacity: 0.8;
+ filter: alpha(opacity=0);
+ -moz-opacity: 0;
+ opacity: 0;
}
-.twipsy.fade.in {
+.twipsy.in {
filter: alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;