diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-07-04 14:12:32 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-07-04 14:12:32 +0200 |
commit | 6731ffcfc0aa7625985a9550935105e6b9e182ce (patch) | |
tree | 0ba2d8fdacb6b7b085d40e937867315befc4c08e | |
parent | 6305d35e7af92375b45a8285e575e2949ba5e723 (diff) |
Use bootstrap hidden class to hide the spam prevention field.
-rw-r--r-- | css/style.css | 3 | ||||
-rw-r--r-- | index.php | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/css/style.css b/css/style.css index c1e965f..3e3f87b 100644 --- a/css/style.css +++ b/css/style.css @@ -54,9 +54,6 @@ body { margin-left: auto; margin-right: auto; } -#dontlook { - display: none; -} pre { color: #FFFFFF; background-color: #000000; @@ -133,7 +133,7 @@ final class LookingGlass { } } - print '<input type="text" id="dontlook" name="dontlook" placeholder="Don\'t look at me!" />'; + print '<input type="text" class="hidden" name="dontlook" placeholder="Don\'t look at me!" />'; print '</fieldset>'; print '</form>'; print '</div>'; |