aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-11-03 14:45:53 -0700
committerJacob Thornton <[email protected]>2011-11-03 14:45:53 -0700
commit1b4b97d53015bc628a2eb001bcd569fb923a3c0c (patch)
tree98baf3b0b2530d148d1d83dc0dbf96b5aa85e3b6 /bootstrap.css
parentd8118084948fd5315870c91bb543eef3cee357a2 (diff)
downloadbootstrap-1b4b97d53015bc628a2eb001bcd569fb923a3c0c.tar.xz
bootstrap-1b4b97d53015bc628a2eb001bcd569fb923a3c0c.zip
rebuild css, add preserve-3d for faster animations, fix whitespace in mixins.less
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 56feacf9c..d9e8c2d68 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 Nov 2 00:03:55 PDT 2011
+ * Date: Thu Nov 3 14:42:54 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).
@@ -697,6 +697,7 @@ textarea {
color: #bfbfbf;
}
input, textarea {
+ -webkit-transform-style: preserve-3d;
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
@@ -1369,6 +1370,7 @@ table .headerSortUp.purple, table .headerSortDown.purple {
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
+ -webkit-transform-style: preserve-3d;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
@@ -1892,6 +1894,7 @@ footer {
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
+ -webkit-transform-style: preserve-3d;
-webkit-transition: 0.1s linear all;
-moz-transition: 0.1s linear all;
-ms-transition: 0.1s linear all;
@@ -2196,6 +2199,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
margin-top: 7px;
}
.modal.fade {
+ -webkit-transform-style: preserve-3d;
-webkit-transition: opacity .3s linear, top .3s ease-out;
-moz-transition: opacity .3s linear, top .3s ease-out;
-ms-transition: opacity .3s linear, top .3s ease-out;
@@ -2391,6 +2395,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
margin-bottom: 0;
}
.fade {
+ -webkit-transform-style: preserve-3d;
-webkit-transition: opacity 0.15s linear;
-moz-transition: opacity 0.15s linear;
-ms-transition: opacity 0.15s linear;