diff options
author | Unknwon <u@gogs.io> | 2015-12-02 19:53:39 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-02 19:53:39 -0500 |
commit | 85449b2f11b3a0b13b7a37ac024a924435e15745 (patch) | |
tree | ecb92770f47d33a219d5ab6d2148801af986eb21 /public/css | |
parent | b83cb36049e9edb6722dc2765c06a159fa7e2a19 (diff) | |
download | gitea-85449b2f11b3a0b13b7a37ac024a924435e15745.tar.gz gitea-85449b2f11b3a0b13b7a37ac024a924435e15745.zip |
minor CSS fix for #2068
Diffstat (limited to 'public/css')
-rwxr-xr-x | public/css/gogs.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index c3ac5ffce1..0214069e31 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1868,6 +1868,7 @@ footer .container .links > *:first-child { margin-bottom: 5px; } .repository.file.list #repo-files-table tbody .icon { + margin-left: 3px; margin-right: 5px; } .repository.file.list #repo-files-table td { |