annotate static/js/tiny_mce/themes/simple/skins/o2k7/content.css @ 334:6805d15cda13

Adding a script I had to write on the fly to filter out posts from the posts csv file that had no parent topics. MyISAM let me get away with that, but InnoDB won't.
author Brian Neal <bgneal@gmail.com>
date Sat, 26 Feb 2011 01:28:22 +0000
parents 88b2b9cb8c1f
children
rev   line source
bgneal@312 1 body, td, pre {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
bgneal@312 2
bgneal@312 3 body {background: #FFF;}
bgneal@312 4 .mceVisualAid {border: 1px dashed #BBB;}
bgneal@312 5
bgneal@312 6 /* IE */
bgneal@312 7
bgneal@312 8 * html body {
bgneal@312 9 scrollbar-3dlight-color: #F0F0EE;
bgneal@312 10 scrollbar-arrow-color: #676662;
bgneal@312 11 scrollbar-base-color: #F0F0EE;
bgneal@312 12 scrollbar-darkshadow-color: #DDDDDD;
bgneal@312 13 scrollbar-face-color: #E0E0DD;
bgneal@312 14 scrollbar-highlight-color: #F0F0EE;
bgneal@312 15 scrollbar-shadow-color: #F0F0EE;
bgneal@312 16 scrollbar-track-color: #F5F5F5;
bgneal@312 17 }