[TYPO3-RTE] Aligning in TDs and THs

Stanislas Rolland typo3 at sjbr.ca
Wed Jan 14 21:20:16 CET 2009


Jörg Wagner a écrit :
> 
> probably a small glitch in the RTE default files:
> 
> in  SYSEXT:rtehtmlarea/res/contentcss/default.css  the selectors to 
> align text in table cells (TH and TD) are missing. They should actually 
> look like this:
> 
> p.align-left, td.align-left, th.align-left, ... { text-align: left; }
> p.align-center, td.align-center, th.align-center, ... { text-align: 
> center; }
> p.align-right, td.align-right, th.align-right, ... { text-align: right; }
> p.align-justify, td.align-justify, th.align-justify, ... { text-align: 
> justify; }
> 
Thanks, Jörg.

The correction is now committed to trunk (revision 4716) for inclusion 
in TYPO3 4.3. See http://bugs.typo3.org/view.php?id=10140.

Kind regards,
Stanislas


More information about the TYPO3-project-rte mailing list