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 | |
parent | b83cb36049e9edb6722dc2765c06a159fa7e2a19 (diff) | |
download | gitea-85449b2f11b3a0b13b7a37ac024a924435e15745.tar.gz gitea-85449b2f11b3a0b13b7a37ac024a924435e15745.zip |
minor CSS fix for #2068
-rwxr-xr-x | public/css/gogs.css | 1 | ||||
-rw-r--r-- | public/less/_repository.less | 1 |
2 files changed, 2 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 { diff --git a/public/less/_repository.less b/public/less/_repository.less index ee17177fc1..184c145050 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -158,6 +158,7 @@ } tbody { .icon { + margin-left: 3px; margin-right: 5px; } } |