From 43f9b00eda6ea4b4a9cdcadcac9f10da40ac55cd Mon Sep 17 00:00:00 2001 From: Circlepuller Date: Sun, 22 Apr 2012 14:35:29 -0400 Subject: [PATCH] Fixed border padding for highlighted posts --- stylesheets/dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/dark.css b/stylesheets/dark.css index e41f163f..c3fd009d 100755 --- a/stylesheets/dark.css +++ b/stylesheets/dark.css @@ -44,7 +44,7 @@ div.post.reply { } div.post.reply.highlighted { background: transparent; - border: transparent 0px solid; + border: transparent 1px solid; } div.post.reply p.body a:link, div.post.reply p.body a:visited { color: #CCCCCC;