diff options
author | Unknwon <u@gogs.io> | 2015-08-20 20:18:49 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-20 20:18:49 +0800 |
commit | aa65761d81d3f33bdfee578c14bb2b0c7a6ca639 (patch) | |
tree | 8c86e0e58758bc10a737b503f8d92e62406adf06 /public/less/_form.less | |
parent | d7c3c79c00425e89a71e6178076bc5828421244d (diff) | |
download | gitea-aa65761d81d3f33bdfee578c14bb2b0c7a6ca639.tar.gz gitea-aa65761d81d3f33bdfee578c14bb2b0c7a6ca639.zip |
new commits table
Diffstat (limited to 'public/less/_form.less')
-rw-r--r-- | public/less/_form.less | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/public/less/_form.less b/public/less/_form.less index 03c0144d98..85a0b21787 100644 --- a/public/less/_form.less +++ b/public/less/_form.less @@ -9,7 +9,11 @@ .ui.attached.header { background: #f0f0f0; .right { - margin-top: -6px; + margin-top: -5px; + .button { + padding: 8px 10px; + font-weight: normal; + } } } .repository { |