diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-06-04 10:47:33 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-06-04 10:47:33 +0200 |
commit | da355444f188561a50937198e92ffd3f8a425407 (patch) | |
tree | e2c53f289cbfcd0f7da11402ac8bd87dff1df17f /includes | |
parent | 50af13373d340cba2bd5893ab4b01ffe851c952b (diff) |
Avoid obvious spam with a hidden field that must not be filled.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/style.css b/includes/style.css index eaf5561..0c815ba 100644 --- a/includes/style.css +++ b/includes/style.css @@ -48,6 +48,9 @@ body { margin-left: auto; margin-right: auto; } +#dontlook { + display: none; +} pre { color: #FFFFFF; background-color: #000000; |