From: hernani Date: Mon, 12 Apr 2010 20:32:12 +0000 (+0000) Subject: fix in css, answered questions were not being properly highlighted X-Git-Tag: live~1044 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/99ec2f5ac4cf11901ecb58a65396fd6bb41107e0 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 --- 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; }