diff options
author | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-06-27 21:33:49 +0800 |
---|---|---|
committer | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-06-27 21:33:49 +0800 |
commit | b5ba2bd268b144ae0c878fe17257d8685d92f9cc (patch) | |
tree | cce0b7d9d21df81fa7c7bb4783c4db7c5745de0f /public/css | |
parent | 19e910428951135b9a341554dad54a6546d2ad50 (diff) | |
download | gitea-b5ba2bd268b144ae0c878fe17257d8685d92f9cc.tar.gz gitea-b5ba2bd268b144ae0c878fe17257d8685d92f9cc.zip |
add organization team-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 960176f582..eb95a1d088 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -375,7 +375,7 @@ html, body { /* gogits repo create */ -#repo-create, #org-create { +#repo-create, #org-create, #org-teams-create { width: 800px; } |