1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

#697 disable captcha and new admin create user UI

This commit is contained in:
Unknwon
2015-09-13 09:51:51 -04:00
parent e2d6b0116e
commit 8e0a69f86a
19 changed files with 228 additions and 179 deletions

View File

@@ -31,4 +31,9 @@
a {
color: #d9453d;
}
}
.signup {
padding-top: 15px;
padding-bottom: @footer-margin * 2;
}