From 6f07b9355a0cfd054377e6f34ce489bbb3f15cf2 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Fri, 27 May 2011 23:56:20 +1000 Subject: [PATCH] added "Post too long" styling --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 8bb490fa..51392869 100644 --- a/style.css +++ b/style.css @@ -368,6 +368,10 @@ span.public_ban { font-weight: bold; margin-top: 15px; } +span.toolong { + display: block; + margin-top: 15px; +} div.blotter { color: red; font-weight: bold;