diff options
author | silverwind <me@silverwind.io> | 2019-02-11 07:13:30 +0100 |
---|---|---|
committer | techknowlogick <matti@mdranta.net> | 2019-02-11 01:13:30 -0500 |
commit | 353282e65880147408382ac4a44473272af53101 (patch) | |
tree | 80870b4b158170fc57fc01c7c2725241e14405cf /public/less/_form.less | |
parent | d0cb5aa9f95888a97a6f4ac39769893da8a0cbaf (diff) | |
download | gitea-353282e65880147408382ac4a44473272af53101.tar.gz gitea-353282e65880147408382ac4a44473272af53101.zip |
Add autoprefixer to css build (#6029)
* Add autoprefixer to css build
* also use autoprefixer on theme files
Diffstat (limited to 'public/less/_form.less')
-rw-r--r-- | public/less/_form.less | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/public/less/_form.less b/public/less/_form.less index 9b9b7879b4..bdbea7a620 100644 --- a/public/less/_form.less +++ b/public/less/_form.less @@ -91,9 +91,7 @@ @media screen and (max-height: 575px){ #rc-imageselect, .g-recaptcha { transform:scale(0.77); - -webkit-transform:scale(0.77); transform-origin:0 0; - -webkit-transform-origin:0 0; } } |