From 14ddb8b1fa9ccdd877f808112e38d2f0146fe3c2 Mon Sep 17 00:00:00 2001 From: FuXiaoHei Date: Fri, 21 Mar 2014 21:16:13 +0800 Subject: [PATCH] fix dashboard repo link --- public/css/gogs.css | 3 +-- templates/user/dashboard.tmpl | 3 ++- 2 files changed, 3 insertions(+), 3 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; } diff --git a/templates/user/dashboard.tmpl b/templates/user/dashboard.tmpl index c528185c01..72c31d3d8f 100644 --- a/templates/user/dashboard.tmpl +++ b/templates/user/dashboard.tmpl @@ -33,8 +33,9 @@