diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-21 21:16:13 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-21 21:16:13 +0800 |
commit | 14ddb8b1fa9ccdd877f808112e38d2f0146fe3c2 (patch) | |
tree | 7ae45715e7d0b6005aea8a38d823f588862005db /public | |
parent | ecc61ced413a60fcfdc432b921dc2c1b3cab0366 (diff) | |
download | gitea-14ddb8b1fa9ccdd877f808112e38d2f0146fe3c2.tar.gz gitea-14ddb8b1fa9ccdd877f808112e38d2f0146fe3c2.zip |
fix dashboard repo link
Diffstat (limited to 'public')
-rwxr-xr-x | public/css/gogs.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index aec8f1b328..9f16196616 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -397,7 +397,7 @@ html, body { } #gogs-feed-right .repo-panel .list-group-item a { - display: inline-block; + display: block; margin-left: 0; background-color: transparent; padding-left: 0; @@ -427,7 +427,6 @@ html, body { #gogs-feed-right .repo-panel span.stars { color: #666; - line-height: 44px; margin-right: 1em; } |