Giving users the option not to use reCAPTCHA. If you don't input reCAPTCHA keys, basic spam protection will be enabled, even though its less effective.

This commit is contained in:
Tom Slominski
2015-03-08 15:30:54 +00:00
parent 9ba1309746
commit 0f2e159382
4 changed files with 39 additions and 11 deletions

View File

@@ -48,6 +48,10 @@ a, a:visited {
box-shadow: 0 0 3px 0 #CCC;
}
.hidden {
display: none;
}
/* Header */
.site-header {
margin: 0 auto;