aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.2.0.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-02 12:02:20 -0700
committerMark Otto <[email protected]>2011-09-02 12:02:20 -0700
commitb9a53b146811ed5cc844aebf563d48bf5b6d2bc5 (patch)
tree6a5b0a1b873e2c22cbc5a1814f4aca71a71951df /bootstrap-1.2.0.css
parent6638f87f5052cf9e1869e9811124daef1c6c1355 (diff)
downloadbootstrap-b9a53b146811ed5cc844aebf563d48bf5b6d2bc5.tar.xz
bootstrap-b9a53b146811ed5cc844aebf563d48bf5b6d2bc5.zip
button tweaks
Diffstat (limited to 'bootstrap-1.2.0.css')
-rw-r--r--bootstrap-1.2.0.css20
1 files changed, 11 insertions, 9 deletions
diff --git a/bootstrap-1.2.0.css b/bootstrap-1.2.0.css
index 7b70173f7..03f70974b 100644
--- a/bootstrap-1.2.0.css
+++ b/bootstrap-1.2.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: Fri Sep 2 11:54:09 PDT 2011
+ * Date: Fri Sep 2 11:57:37 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).
@@ -1530,14 +1530,16 @@ footer {
.btn {
cursor: pointer;
display: inline-block;
- background-color: #e6e6e6;
- background-repeat: no-repeat;
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(0.25, #ffffff), to(#e6e6e6));
- background-image: -webkit-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
- background-image: -moz-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
- background-image: -ms-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
- background-image: -o-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
- background-image: linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
+ background-color: #eeeeee;
+ background-repeat: repeat-x;
+ background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
+ background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
+ background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
+ background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
+ background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
+ background-image: linear-gradient(top, #ffffff, #eeeeee);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
padding: 5px 14px 6px;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
color: #333;