diff -r 51386f1852b8 -r f26a69c40431 includes/clientside/tinymce/themes/advanced/skins/default/content.css --- a/includes/clientside/tinymce/themes/advanced/skins/default/content.css Thu Mar 06 20:45:46 2008 -0500 +++ b/includes/clientside/tinymce/themes/advanced/skins/default/content.css Thu Mar 06 20:47:11 2008 -0500 @@ -1,6 +1,6 @@ -body, td, pre {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; margin:8px; } -body.mceContentBody {background:#FFF; color:#000;} -.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceVisualAid {border: 1px dashed #BBB;} +body, td, pre {background:#FFF; color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; margin:8px; } +body.mceForceColors {background:#FFF; color:#000;} +.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1px dashed #BBB;} a.mceItemAnchor {width:12px; line-height:6px; overflow:hidden; padding-left:12px; background:url(img/items.gif) no-repeat bottom left;} img.mceItemAnchor {width:12px; height:12px; background:url(img/items.gif) no-repeat;} img {border:0;}