From 78cb3ed559e9768240a4133339589cfc8816d4c7 Mon Sep 17 00:00:00 2001 From: Tom Slominski Date: Sat, 2 Nov 2013 15:17:13 +0000 Subject: [PATCH] Improvements to the look of the "Too many URLs added too fast" error page --- public/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/public/style.css b/public/style.css index 32690a6..8264a43 100644 --- a/public/style.css +++ b/public/style.css @@ -241,3 +241,19 @@ header { display:none; } } + +/* Error page */ +#wrap { + border-left: none; !important +} + +#wrap > h1 > a, +#wrap > h1, +header > h1 { + display: none; +} + +#wrap > h2, +#wrap > p { + color: red; +} \ No newline at end of file