# HG changeset patch # User Todd Larsen # Date 1219968034 0 # Node ID 50f0999aee66ebaf592f4a44a18b2597e056b327 # Parent b09f6d85d6eb87387c97b3eecc995bdcb9b95bad This CSS change belonged with soc/templates/soc/error.html committed in r454. Patch by: Todd Larsen Review by: to-be-reviewed diff -r b09f6d85d6eb -r 50f0999aee66 app/soc/content/css/soc.css --- 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; +}