From 250f92df69ca6f6eec1c33cebdc9cfefe3239210 Mon Sep 17 00:00:00 2001 From: Tom Slominski Date: Tue, 3 Sep 2013 23:56:22 +0100 Subject: [PATCH] Making the antispam check error more severe looking. --- public/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/style.css b/public/style.css index 5f3afcd..a7d26de 100755 --- a/public/style.css +++ b/public/style.css @@ -186,6 +186,9 @@ a.bookmarklet { .error { color: red; padding-bottom: 20px; + font-weight: bold; + text-align: center; + font-size: 1.2rem; } /* Footer */