From: Samantha Doherty Date: Tue, 5 Apr 2011 17:23:41 +0000 (-0400) Subject: Style for best QnA answer. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f753258a749c8bad8391a5f673676ee46600fe5d;p=quix0rs-gnu-social.git Style for best QnA answer. --- diff --git a/theme/neo/css/display.css b/theme/neo/css/display.css index 61258bfab6..555b280825 100644 --- a/theme/neo/css/display.css +++ b/theme/neo/css/display.css @@ -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 index 0000000000..f233bc7705 Binary files /dev/null and b/theme/neo/images/rosette.png differ