diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-10-19 02:22:38 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-10-19 02:22:38 -0400 |
commit | d88ebd9a4b0e8102d2f5cd9cb3a95845f2a46522 (patch) | |
tree | afaa57982ddb9a456c82bfc9eda41d52b3cefd30 /public/ng/less/gogs | |
parent | ec8ec58b176041596bf1ce92b8489f7440e27856 (diff) |
Fix #554
Diffstat (limited to 'public/ng/less/gogs')
-rw-r--r-- | public/ng/less/gogs/profile.less | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/public/ng/less/gogs/profile.less b/public/ng/less/gogs/profile.less index f618d260..ae0a2b22 100644 --- a/public/ng/less/gogs/profile.less +++ b/public/ng/less/gogs/profile.less @@ -1,6 +1,5 @@ .profile-avatar { - width: 200px; - height: 200px; + width: 100%; border-radius: 6px; } #profile-name { @@ -14,7 +13,7 @@ font-weight: bold; } .profile-info { - padding: 0 50px; + // padding: 0 50px; font-size: 14px; ul { padding-bottom: 10px; @@ -54,4 +53,7 @@ border-bottom: 2px solid #D26911; } } +} +#profile-body { + margin-left: 10px; }
\ No newline at end of file |