Actions
Bug #22855
closedExtJS removes font-weight and font-style from several tags
Start date:
2010-06-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
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; }
We have to revert at least some of the resetted values:
font-weight: bold for strong and th
font-weight: italic for em
(issue imported from #M14682)
Files
Updated by Steffen Gebert over 14 years ago
Seems to be a side-effect of #21728 (Use "strong" instead of "b"), as style of "b" isn't changed by ExtJS theme, but "strong" is.
Updated by Steffen Kamper over 14 years ago
Committed this no-brainer to trunk rev 7879
Actions