diff options
author | Unknwon <u@gogs.io> | 2017-03-10 15:36:55 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-03-10 15:36:55 -0500 |
commit | a534f9f9b66c63aa08ba61587c3d19a9e952a491 (patch) | |
tree | 04aedbe9b1c18f713ffd7fb11e537fd2b3418b41 /public/css | |
parent | aa99e805c8752e91f62ae6992080286c84b9b3df (diff) |
templates/repo: change some buttons to use 'basic' style
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/gogs.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 16705753..b0b3d45b 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -2183,11 +2183,11 @@ footer .ui.language .menu { } .repository.release #release-list > li .meta .tag:not(.icon) { display: block; - margin-top: 15px; + margin-top: 6px; } .repository.release #release-list > li .meta .commit { display: block; - margin-top: 10px; + margin-top: 6px; } .repository.release #release-list > li .detail { border-left: 1px solid #DDD; |