]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Hide legend and show best marker, for QnA answers when not displayed inline.
authorSamantha Doherty <sammy@status.net>
Fri, 8 Apr 2011 15:10:34 +0000 (11:10 -0400)
committerSamantha Doherty <sammy@status.net>
Fri, 8 Apr 2011 15:10:34 +0000 (11:10 -0400)
theme/neo/css/display.css

index 555b28082583fe53cc78f4fe9340223a8587a6ea..14095d9bbe84defd738a8a4c5c0ef87e64686937 100644 (file)
@@ -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;
 }