From d88ebd9a4b0e8102d2f5cd9cb3a95845f2a46522 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 19 Oct 2014 02:22:38 -0400 Subject: Fix #554 --- public/ng/css/gogs.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'public/ng/css') diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index f10eb788..8e5b590c 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -2228,8 +2228,7 @@ textarea#issue-add-content { margin-left: 240px; } .profile-avatar { - width: 200px; - height: 200px; + width: 100%; border-radius: 6px; } #profile-name { @@ -2243,7 +2242,6 @@ textarea#issue-add-content { font-weight: bold; } .profile-info { - padding: 0 50px; font-size: 14px; } .profile-info ul { @@ -2280,3 +2278,6 @@ textarea#issue-add-content { #profile-header li .current { border-bottom: 2px solid #D26911; } +#profile-body { + margin-left: 10px; +} -- cgit v1.2.3