diff options
| author | Alon Levy <alon@pobox.com> | 2014-08-07 15:34:34 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-08-07 15:37:51 +0300 |
| commit | 138fc3695eae4cb8f6649f0dfaad06b09b2ca01e (patch) | |
| tree | 90d7b3d01ad81ae1c1f984405b8040cdc679df6f /style.css | |
| parent | f0519cc32f95294b3ffacbecd01ac71f05264e02 (diff) | |
buttons.js: don't recode JSON.stringify
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -450,7 +450,7 @@ input:focus { -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s; -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%); - background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%); + background-image: -webkit-linear-gradient(rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%); background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%); background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%); } |
