This CSS change belonged with soc/templates/soc/error.html committed in r454.
Patch by: Todd Larsen
Review by: to-be-reviewed
--- a/app/soc/content/css/soc.css Thu Aug 28 23:56:29 2008 +0000
+++ b/app/soc/content/css/soc.css Fri Aug 29 00:00:34 2008 +0000
@@ -335,3 +335,7 @@
font-size: 80%;
vertical-align: top;
}
+
+.error {
+ color: red;
+}