CSS doesn't validate in beta1 or 1.0
6 Parse Error // Id: ckeditor.css,v 1.2 2009/12/04 20:36:57 wwalc Exp .rteindent1 { margin-left: 40px; }
Simple fix in ckeditor.css
// $Id: ckeditor.css,v 1.2 2009/12/04 20:36:57 wwalc Exp $
to
/* $Id: ckeditor.css,v 1.2 2009/12/04 20:36:57 wwalc Exp $*/
Grizz
Comments
Comment #1
wwalc commentedFixed in CVS, thanks!