]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Style for best QnA answer.
authorSamantha Doherty <sammy@status.net>
Tue, 5 Apr 2011 17:23:41 +0000 (13:23 -0400)
committerSamantha Doherty <sammy@status.net>
Tue, 5 Apr 2011 17:23:41 +0000 (13:23 -0400)
theme/neo/css/display.css
theme/neo/images/rosette.png [new file with mode: 0644]

index 61258bfab65407bf24e2e43d96341dd340429c44..555b28082583fe53cc78f4fe9340223a8587a6ea 100644 (file)
@@ -1408,4 +1408,9 @@ table.profile_list tr.alt {
     margin-top: 0px;
 }
 
+.question p.best {
+    background: url(../images/rosette.png) no-repeat top left;
+    padding-left: 20px;
+}
+
 }/*end of @media screen, projection, tv*/
diff --git a/theme/neo/images/rosette.png b/theme/neo/images/rosette.png
new file mode 100644 (file)
index 0000000..f233bc7
Binary files /dev/null and b/theme/neo/images/rosette.png differ