|
From: Jon O. <jon...@us...> - 2008-02-03 21:07:22
|
Update of /cvsroot/mxbb/core/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv391/subSilver Modified Files: subSilver.css Log Message: - BUG: mx_page::load is used in the blockCP where the page class is not loaded :( i have returned old include statement. - minor fix for tinymce Index: subSilver.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/subSilver.css,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** subSilver.css 7 May 2007 19:26:12 -0000 1.5 --- subSilver.css 3 Feb 2008 21:07:15 -0000 1.6 *************** *** 114,115 **** --- 114,123 ---- filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray', Positive='true'); } + + /* TinyMCE specific rules */ + body.mceContentBody { + text-align: left; + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #000; + background: #FFF; + } |