Changeset 3669:41c8e8a58e1f for plugins/dcLegacyEditor/inc
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcLegacyEditor/inc/dc.legacy.editor.behaviors.php
r3421 r3669 69 69 "jsToolBar.prototype.iframe_css = '". 70 70 'body {'. 71 ' font: 12px "DejaVu Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;'.72 71 ' color: #000;'. 73 72 ' background: #f9f9f9;'. … … 76 75 ' border: none;'. 77 76 (l10n::getTextDirection($GLOBALS['_lang']) == 'rtl' ? ' direction: rtl;' : ''). 78 '}'.79 'pre, code, kbd, samp {'.80 ' font-family: "Courier New",Courier,monospace;'.81 ' font-size: 1.1em;'.82 77 '}'. 83 78 'code {'. … … 140 135 "</script>\n"; 141 136 137 if ($GLOBALS['core']->auth->user_prefs->interface->htmlfontsize) { 138 $res .= 139 '<script type="text/javascript">'."\n". 140 dcPage::jsVar('dotclear_htmlFontSize',$GLOBALS['core']->auth->user_prefs->interface->htmlfontsize)."\n". 141 "</script>\n"; 142 } 143 142 144 return $res; 143 145 }
Note: See TracChangeset
for help on using the changeset viewer.