Project

General

Profile

Actions

Bug #22855

closed

ExtJS removes font-weight and font-style from several tags

Added by Steffen Gebert over 14 years ago. Updated about 14 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
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

14682.diff (513 Bytes) 14682.diff Administrator Admin, 2010-06-11 19:31

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #21764: Use "strong" instead of "b"ClosedSteffen Kamper2009-12-01

Actions
Actions #1

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.

Actions #2

Updated by Steffen Kamper over 14 years ago

Committed this no-brainer to trunk rev 7879

Actions

Also available in: Atom PDF