From d51e1291aaaeded2fc274b9f9ecd951adbc574d6 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Sun, 3 Apr 2011 18:21:05 +1000 Subject: [PATCH] Public ban style --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index 87230471..ebb2f2c6 100644 --- a/style.css +++ b/style.css @@ -357,4 +357,10 @@ td.minimal { div.top_notice { text-align: center; margin: 5px auto; +} +span.public_ban { + display: block; + color: red; + font-weight: bold; + margin-top: 15px; } \ No newline at end of file