diff options
author | Unknwon <u@gogs.io> | 2015-08-15 20:55:03 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-15 20:55:03 +0800 |
commit | 7bb5cb444ce433ce2c971f32b7a95e612580f4ee (patch) | |
tree | fdfb295e0c72648fc183d5fc9c938de2fa7cddcb /public/less/_form.less | |
parent | 2e30b421b403f70ee6b41fdfd8a0b8f1b9a140a8 (diff) | |
download | gitea-7bb5cb444ce433ce2c971f32b7a95e612580f4ee.tar.gz gitea-7bb5cb444ce433ce2c971f32b7a95e612580f4ee.zip |
fix css styles
Diffstat (limited to 'public/less/_form.less')
-rw-r--r-- | public/less/_form.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/less/_form.less b/public/less/_form.less index 26928fd190..03c0144d98 100644 --- a/public/less/_form.less +++ b/public/less/_form.less @@ -9,7 +9,7 @@ .ui.attached.header { background: #f0f0f0; .right { - margin-top: -5px; + margin-top: -6px; } } .repository { |