Project

General

Profile

Bug #19335 » rtehtmlarea_bugfix_9354_2.patch

Administrator Admin, 2008-09-17 04:43

View differences:

typo3/sysext/rtehtmlarea/res/contentcss/default.css (copie de travail)
a.mail {}
/* Default selector for indentation.*/
div.indent { margin-left: 20px; }
div.indent { margin-left: 2em; }
typo3/sysext/rtehtmlarea/res/demo/pageTSConfig.txt (copie de travail)
)
## 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)
typo3/sysext/rtehtmlarea/res/typical/pageTSConfig.txt (copie de travail)
)
## 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).
(2-2/2)