diff options
| author | Mark Otto <[email protected]> | 2011-06-28 15:31:05 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-28 15:31:05 -0700 |
| commit | b11784fec036e09e523df4a96b571071af88446a (patch) | |
| tree | e16cff6e22aae89f88d2525037b92154e5d02335 /bootstrap-1.0.0.css | |
| parent | a92aeda6a11e9d40300bad48766e0f3b5f9d9397 (diff) | |
| download | bootstrap-b11784fec036e09e523df4a96b571071af88446a.tar.xz bootstrap-b11784fec036e09e523df4a96b571071af88446a.zip | |
adding attribution in footer, link up names, clean up button styles
Diffstat (limited to 'bootstrap-1.0.0.css')
| -rw-r--r-- | bootstrap-1.0.0.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css index 8e70ac8e3..b2b8282a7 100644 --- a/bootstrap-1.0.0.css +++ b/bootstrap-1.0.0.css @@ -334,11 +334,11 @@ a:hover { } .btn { display: inline-block; - background-color: #dcdcdc; + background-color: #e6e6e6; background-repeat: no-repeat; - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), color-stop(0.25, #f5f5f5), to(#dcdcdc)); - background-image: -webkit-linear-gradient(#f5f5f5, color-stop(0.25, #f5f5f5), #dcdcdc); - background-image: -moz-linear-gradient(#f5f5f5, color-stop(#f5f5f5, 0.25), #dcdcdc); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(0.25, #ffffff), to(#e6e6e6)); + background-image: -webkit-linear-gradient(#ffffff, color-stop(0.25, #ffffff), #e6e6e6); + background-image: -moz-linear-gradient(#ffffff, color-stop(#ffffff, 0.25), #e6e6e6); padding: 4px 14px; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); color: #333333; @@ -349,9 +349,9 @@ a:hover { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; - -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1); - -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1); - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1); + -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); } .btn:hover { background-position: 0 -15px; |
