Changeset 2138
- Timestamp:
- 2008-06-25 12:19:50 (21 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/css/fck_editorarea.css (modified) (3 diffs)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/css/fck_editorarea.css
r1565 r2138 27 27 */ 28 28 29 /* 30 The "body" styles should match your editor web site, mainly regarding31 background color and font family and size.32 */29 /** 30 * The "body" styles should match your editor web site, mainly regarding 31 * background color and font family and size. 32 */ 33 33 34 34 body … … 51 51 } 52 52 53 /* 54 Just uncomment the following block if you want to avoid spaces between55 paragraphs. Remember to apply the same style in your output front end page.56 */53 /** 54 * Just uncomment the following block if you want to avoid spaces between 55 * paragraphs. Remember to apply the same style in your output front end page. 56 */ 57 57 58 58 /* … … 64 64 */ 65 65 66 /** 67 * Uncomment the following block, or only selected lines if appropriate, 68 * if you have some style items that would break the styles combo box. 69 * You can also write other CSS overrides inside the style block below 70 * as needed and they will be applied to inside the style combo only. 71 */ 72 66 73 /* 67 The following are some sample styles used in the "Styles" toolbar command. 68 You should instead remove them, and include the styles used by the site 69 you are using the editor in. 74 .SC_Item *, .SC_ItemSelected * 75 { 76 margin: 0px !important; 77 padding: 0px !important; 78 text-indent: 0px !important; 79 clip: auto !important; 80 position: static !important; 81 } 70 82 */ 83 84 /** 85 * The following are some sample styles used in the "Styles" toolbar command. 86 * You should instead remove them, and include the styles used by the site 87 * you are using the editor in. 88 */ 71 89 72 90 .Bold -
FCKeditor/trunk/_whatsnew.html
r2136 r2138 47 47 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2319">#2319</a>] On Opera 48 48 and Firefox 3, the entire page was scrolling on SHIFT+ENTER, or when EnterMode='br'.</li> 49 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/692">#692</a>] Added some hints in 50 editor/css/fck_editorarea.css on how to handle style items that would break the style combo. 51 </li> 49 52 </ul> 50 53 <p>