# HG changeset patch # User Pawel Solyga # Date 1233569196 0 # Node ID 514eedb1f5304ed5f78313cad02e03cac5429e67 # Parent c0294f3c28db127a4cf20b58e0209163d7e7de42 Fix missing indention in css file. Patch by: Pawel Solyga Reviewed by: to-be-reviewed diff -r c0294f3c28db -r 514eedb1f530 app/soc/content/css/soc-090120.css --- a/app/soc/content/css/soc-090120.css Sun Feb 01 23:36:50 2009 +0000 +++ b/app/soc/content/css/soc-090120.css Mon Feb 02 10:06:36 2009 +0000 @@ -475,7 +475,7 @@ } .plaintext { -background:transparent none repeat scroll 0 0; -border:0 none; -color:black; + background:transparent none repeat scroll 0 0; + border:0 none; + color:black; }