[TYPO3-core] RFC #14682: ExtJS removes font-weight and font-style from several tags
Steffen Gebert
steffen at steffen-gebert.de
Fri Jun 11 19:34:32 CEST 2010
Hi,
This is a SVN patch request.
Type: Bugfix / No-brainer
Bugtracker references:
http://bugs.typo3.org/view.php?id=14682
Branches: trunk
Problem:
The ext-all-notheme.css cotains the following CSS reset definitions:
> address, caption, cite, code, dfn, em, strong, th, var {
> font-style: normal;
> font-weight: normal;
> }
Solution:
We have to revert at least some of the resetted values:
font-weight: bold for strong and th
font-weight: italic for em
Note:
This is now visible in the headlines of content elements in the page
module: Since #12827 (Use "strong" instead of "b") they aren't bold
anymore.
Steffen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 14682.diff
Type: text/x-diff
Size: 513 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100611/a8a5f674/attachment.diff>
More information about the TYPO3-team-core
mailing list