From daf2b9e3c3c1af64df4af821fb2d07105ab395e9 Mon Sep 17 00:00:00 2001 From: "dbaron%fas.harvard.edu" Date: Sat, 29 Jul 2006 08:48:47 +0000 Subject: [PATCH] Fix extraneous '*' that looked like a comment but wasn't. Patch from <_basic@yahoo.com>. r=bzbarsky sr=alecf b=115110 --- suite/locales/en-US/profile/chrome/userContent-example.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suite/locales/en-US/profile/chrome/userContent-example.css b/suite/locales/en-US/profile/chrome/userContent-example.css index d4ee9dd11cc5..56023d085fd5 100644 --- a/suite/locales/en-US/profile/chrome/userContent-example.css +++ b/suite/locales/en-US/profile/chrome/userContent-example.css @@ -21,7 +21,7 @@ * * table { border: 2px solid; } */ - * + /* * For more examples see http://www.mozilla.org/unix/customizing.html */