diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-25 23:59:50 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-25 23:59:50 +0800 |
commit | 84bec2842f6b926e5d287d6201560364771cd64c (patch) | |
tree | e816a2f7ff60e9725a933cb56e7cd5553cddf6db /public | |
parent | 8ce9458d654c38d7e815d78a14b9f3daf599e284 (diff) | |
download | gitea-84bec2842f6b926e5d287d6201560364771cd64c.tar.gz gitea-84bec2842f6b926e5d287d6201560364771cd64c.zip |
issue style change
Diffstat (limited to 'public')
-rwxr-xr-x | public/css/gogs.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 69d8f7f49f..6bf698e8b1 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1001,6 +1001,11 @@ html, body { /* issue */ +#issue-create-form .avatar { + width: 50px; + height: 50px; +} + #issue-create-form .panel-body { padding: 15px 0 0 0; } |