Set default font size to 14px for TinyMCE advanced editor

This commit is contained in:
Gregory Soutade 2014-01-04 13:49:12 +01:00
parent 88e6ebd3a4
commit ebf738bffd
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
body, td, pre {color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; margin:8px;}
body, td, pre {color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; margin:8px;}
body {background:#FFF;}
body.mceForceColors {background:#FFF; color:#000;}
body.mceBrowserDefaults {background:transparent; color:inherit; font-size:inherit; font-family:inherit;}