aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-25 01:22:29 -0800
committerMark Otto <[email protected]>2012-01-25 01:22:29 -0800
commitb8fa6cfacf61a02ab769b9031253c7b06111fa7c (patch)
tree4e9cf559ad9a876a391064ddce6c134ab400f31f /bootstrap.css
parentb0fb31be5eff9cc4d7a1b2aab70643ff4fc82618 (diff)
downloadbootstrap-b8fa6cfacf61a02ab769b9031253c7b06111fa7c.tar.xz
bootstrap-b8fa6cfacf61a02ab769b9031253c7b06111fa7c.zip
move css builder and downloader to dedicated page, start to update remaining sections on LESS docs page
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 33be3d966..3b04dc30e 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: Tue Jan 24 23:35:08 PST 2012
+ * Date: Wed Jan 25 01:02:35 PST 2012
*/
article,
aside,
@@ -577,9 +577,9 @@ textarea {
margin-left: 10px;
}
input, textarea {
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-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;
@@ -588,9 +588,9 @@ input, textarea {
}
input:focus, textarea:focus {
border-color: rgba(82, 168, 236, 0.8);
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
outline: 0;
}
input[type=file]:focus, input[type=checkbox]:focus, select:focus {