2008-09-16 Stanislas Rolland <typo3@sjbr.ca>
* Added feature #9362: htmlArea RTE: highlight active items in context menu as in toolbar
+ * Follow up to #9354: htmlArea RTE: no default css rule is provided for indentation: px to em
2008-09-16 Benjamin Mack <benni@typo3.org>
2008-09-16 Stanislas Rolland <typo3@sjbr.ca>
* Added feature #9362: htmlArea RTE: highlight active items in context menu as in toolbar
+ * Follow up to #9354: htmlArea RTE: no default css rule is provided for indentation: px to em
2008-09-15 Stanislas Rolland <typo3@sjbr.ca>
a.mail {}
/* Default selector for indentation.*/
-div.indent { margin-left: 20px; }
+div.indent { margin-left: 2em; }
)
## Default selector for indentation.
inlineStyle.indentation (
- div.indent { margin-left: 20px; }
+ div.indent { margin-left: 2em; }
)
## Use stylesheet file rather than the above mainStyleOverride and inlineStyle properties to style the contents (htmlArea RTE only)
)
## Default selector for indentation.
inlineStyle.indentation (
- div.indent { margin-left: 20px; }
+ div.indent { margin-left: 2em; }
)
## Use stylesheet file rather than the above mainStyleOverride and inlineStyle properties to style the contents (htmlArea RTE only).