diff options
author | l2dy <l2d4y3@gmail.com> | 2016-01-10 17:29:33 +0800 |
---|---|---|
committer | l2dy <l2d4y3@gmail.com> | 2016-01-10 17:29:33 +0800 |
commit | efa0e7b27a023461a4b6bd942a6f77847aae3ab0 (patch) | |
tree | 71530aad303272fe56db16ae750b01f2d4bdbf63 /public/css | |
parent | cd966787f36e5c4e287de44bc82fb5cefd1fa368 (diff) | |
download | gitea-efa0e7b27a023461a4b6bd942a6f77847aae3ab0.tar.gz gitea-efa0e7b27a023461a4b6bd942a6f77847aae3ab0.zip |
Minor fix
Diffstat (limited to 'public/css')
-rwxr-xr-x | public/css/gogs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 0a7daaf008..b6d2616586 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -2309,7 +2309,7 @@ footer .container .links > *:first-child { font-size: 13px; } .repository .diff-box .count .bar { - background-color: #bd2c00 ; + background-color: #bd2c00; height: 12px; width: 40px; display: inline-block; |