]> git.openstreetmap.org Git - osqa.git/commitdiff
fix in css, answered questions were not being properly highlighted
authorhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Mon, 12 Apr 2010 20:32:12 +0000 (20:32 +0000)
committerhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Mon, 12 Apr 2010 20:32:12 +0000 (20:32 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@30 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/skins/default/media/style/style.css

index 7c651e6804cd43aa56334169fcb48c1574db08a1..692b9fc75d2b861e3f0b1a967d6ab71fb58e301a 100644 (file)
@@ -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;
 }