diff options
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; } |