From b4a773610d445dea5c57fc3c79b197324fef069b Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 29 Jan 2005 12:05:29 +0000 Subject: [PATCH] Added some padding on forum unread posts --- theme/standard/styles_color.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index 8b4075af23..8213fad135 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -219,6 +219,8 @@ th { } #mod-forum-view .unread { + padding-left: 3px; + padding-right: 3px; } #mod-forum-discuss .forumpost { -- 2.39.5