Fix a typo in Debug/filter.css that was throwing a GWarning

Mon, 26 Oct 2020 20:18:35 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Mon, 26 Oct 2020 20:18:35 -0500
changeset 40565
43f9f757667d
parent 40564
2c5b4dc2e86a
child 40566
0aa669949990

Fix a typo in Debug/filter.css that was throwing a GWarning

Testing Done:
Built, ran, verified the warning was gone.

Reviewed at https://reviews.imfreedom.org/r/173/

pidgin/resources/Debug/filter.css file | annotate | diff | comparison | revisions
--- a/pidgin/resources/Debug/filter.css	Fri Oct 16 02:27:21 2020 -0500
+++ b/pidgin/resources/Debug/filter.css	Mon Oct 26 20:18:35 2020 -0500
@@ -10,4 +10,4 @@
 	text-shadow: 0 1px @question_text_shadow;
 	background-image: none;
 	background-color: @success_color;
-};
+}

mercurial