diff options
author | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-06-27 22:04:04 +0800 |
---|---|---|
committer | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-06-27 22:04:04 +0800 |
commit | 1d55ecd29ce261cd3adf78649a44aaa30e4fd468 (patch) | |
tree | 382e94fe58866b8d6f5a30da123159e31e4510bd /public | |
parent | b5ba2bd268b144ae0c878fe17257d8685d92f9cc (diff) | |
download | gitea-1d55ecd29ce261cd3adf78649a44aaa30e4fd468.tar.gz gitea-1d55ecd29ce261cd3adf78649a44aaa30e4fd468.zip |
add organization team-create page
Diffstat (limited to 'public')
-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 eb95a1d088..98cb5ee188 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -375,7 +375,7 @@ html, body { /* gogits repo create */ -#repo-create, #org-create, #org-teams-create { +#repo-create, #org-create, #org-teams-create, #org-teams-edit { width: 800px; } |