From 99ec2f5ac4cf11901ecb58a65396fd6bb41107e0 Mon Sep 17 00:00:00 2001 From: hernani Date: Mon, 12 Apr 2010 20:32:12 +0000 Subject: [PATCH] fix in css, answered questions were not being properly highlighted git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@30 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- forum/skins/default/media/style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forum/skins/default/media/style/style.css b/forum/skins/default/media/style/style.css index 7c651e6..692b9fc 100644 --- a/forum/skins/default/media/style/style.css +++ b/forum/skins/default/media/style/style.css @@ -1169,7 +1169,7 @@ div.comments-container, div.comments-container-accepted, div.comments-container- color: #314362; } -.answer-votes.answered-accepted { +.answer-votes, .answer-votes.answered-accepted { background: none repeat scroll 0 0 #E6F8DD; color: #3A6231; } -- 2.39.5