Just a minor quibble but W3C CSS Validator gave the following:

URI : ../sites/all/modules/contrib/ckeditor/ckeditor.css
6 Parse Error // Id: ckeditor.css,v 1.2.2.2 2010/01/13 11:31:22 wwalc Exp .rteindent1 { margin-left: 40px; }

Just delete the first line to fix (looks like a PHP comment from version control):

// $Id: ckeditor.css,v 1.2.2.2 2010/01/13 11:31:22 wwalc Exp $

Doesn't anyone validate their CSS anymore? ;)

Comments

wwalc’s picture

Status: Active » Closed (duplicate)

Yup, my mistake ;)

Duplicate of #686024: validation error (fixed in CVS).