diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-11-21 12:51:36 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-11-21 12:51:36 -0500 |
commit | ef275ebf62608b1bd2c7e48862e723cd822d93c2 (patch) | |
tree | 1ff4e8cd2a7b85b85b19d03855cb51e6327c3e8a /public/ng | |
parent | 22ab4fa1b0bdbea10979ae87568452b5bbf9b6af (diff) | |
download | gitea-ef275ebf62608b1bd2c7e48862e723cd822d93c2.tar.gz gitea-ef275ebf62608b1bd2c7e48862e723cd822d93c2.zip |
more on change avatar
Diffstat (limited to 'public/ng')
-rw-r--r-- | public/ng/css/gogs.css | 2 | ||||
-rw-r--r-- | public/ng/less/gogs/profile.less | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index 961ad6a865..1bb1e84ad1 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -2414,5 +2414,5 @@ textarea#issue-add-content { border-bottom: 2px solid #D26911; } #profile-body { - margin-left: 10px; + margin-left: 20px; } diff --git a/public/ng/less/gogs/profile.less b/public/ng/less/gogs/profile.less index ae0a2b2201..1102ef7820 100644 --- a/public/ng/less/gogs/profile.less +++ b/public/ng/less/gogs/profile.less @@ -55,5 +55,5 @@ } } #profile-body { - margin-left: 10px; + margin-left: 20px; }
\ No newline at end of file |