diff options
author | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-06-23 11:40:49 +0800 |
---|---|---|
committer | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-06-23 11:40:49 +0800 |
commit | ea507e20d45ef90b1552d72341038354f8801cf4 (patch) | |
tree | 65ef0b0b0866bf5aa4717fe2b6c2f6739f4a5e2c /public/css | |
parent | 314193029a246c2498c6d54c085d57f7589c8dbe (diff) | |
download | gitea-ea507e20d45ef90b1552d72341038354f8801cf4.tar.gz gitea-ea507e20d45ef90b1552d72341038354f8801cf4.zip |
add organization create page
Diffstat (limited to 'public/css')
-rwxr-xr-x | public/css/gogs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 7fdde19ccc..bb341a8a35 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -372,7 +372,7 @@ html, body { /* gogits repo create */ -#repo-create { +#repo-create, #org-create { width: 800px; } |