diff options
| author | Mark Otto <[email protected]> | 2011-09-10 15:29:53 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-10 15:29:53 -0700 |
| commit | a95a0ed71c935c61c7c3d045e82df0b1d0cf5725 (patch) | |
| tree | 4f99c3837487851e475f317977169a389d277c6e /bootstrap-1.3.0.css | |
| parent | 99ede580cf85611bf446abd46fa1ad4daf850a59 (diff) | |
| parent | a8d447582741486e66a6a073015a9e9bd431af29 (diff) | |
| download | bootstrap-a95a0ed71c935c61c7c3d045e82df0b1d0cf5725.tar.xz bootstrap-a95a0ed71c935c61c7c3d045e82df0b1d0cf5725.zip | |
conflict
Diffstat (limited to 'bootstrap-1.3.0.css')
| -rw-r--r-- | bootstrap-1.3.0.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bootstrap-1.3.0.css b/bootstrap-1.3.0.css index fab8c7533..ee57571fb 100644 --- a/bootstrap-1.3.0.css +++ b/bootstrap-1.3.0.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: Sat Sep 10 15:24:30 PDT 2011 + * Date: Sat Sep 10 15:29:50 PDT 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). @@ -2053,6 +2053,12 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { -moz-opacity: 0.8; opacity: 0.8; } +.twipsy.fade.in { + filter: alpha(opacity=80); + -khtml-opacity: 0.8; + -moz-opacity: 0.8; + opacity: 0.8; +} .twipsy.above .twipsy-arrow { bottom: 0; left: 50%; |
