From da355444f188561a50937198e92ffd3f8a425407 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Wed, 4 Jun 2014 10:47:33 +0200 Subject: Avoid obvious spam with a hidden field that must not be filled. --- includes/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'includes') 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; -- cgit v1.2.3