Author: cfinck Date: Sun Feb 10 20:07:24 2008 New Revision: 32268
URL: http://svn.reactos.org/svn/reactos?rev=32268&view=rev Log: Fix the comment style (/* */ is the only correct one for CSS, <!-- --> for HTML) FF gives a warning about this in its error console
Modified: trunk/web/reactos.org/htdocs/paste/highlight.css
Modified: trunk/web/reactos.org/htdocs/paste/highlight.css URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/paste/highli... ============================================================================== --- trunk/web/reactos.org/htdocs/paste/highlight.css (original) +++ trunk/web/reactos.org/htdocs/paste/highlight.css Sun Feb 10 20:07:24 2008 @@ -1,4 +1,4 @@ -<!-- CSS derived from rafb.net --> +/* CSS derived from rafb.net */
BODY { MARGIN: 0px; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: white