From: Samantha Doherty Date: Fri, 8 Apr 2011 15:10:34 +0000 (-0400) Subject: Hide legend and show best marker, for QnA answers when not displayed inline. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e0c00449bba753a33737a5ee5806b1ba824d444b;p=quix0rs-gnu-social.git Hide legend and show best marker, for QnA answers when not displayed inline. --- diff --git a/theme/neo/css/display.css b/theme/neo/css/display.css index 555b280825..14095d9bbe 100644 --- a/theme/neo/css/display.css +++ b/theme/neo/css/display.css @@ -1349,7 +1349,7 @@ table.profile_list tr.alt { margin: 0px; } -.question fieldset legend, .qna-full-question fieldset legend { +.question fieldset legend, .qna-full-question fieldset legend, .answer fieldset legend { display: none; } @@ -1408,7 +1408,7 @@ table.profile_list tr.alt { margin-top: 0px; } -.question p.best { +.question p.best, .answer p.best { background: url(../images/rosette.png) no-repeat top left; padding-left: 20px; }