Actions
Bug #65501
closedFont-Size wrong?
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2015-03-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
After update from 6.2.9 to 6.2.10 the font-size from the Install-Tool is "wrong" !?
TYPO3 6.2.9
body {
font: 62.8% Verdana,Arial,Helvetica,sans-serif;
}
TYPO3 6.2.10
body {
font: 75% Verdana,Arial,Helvetica,sans-serif;
}
Files
Updated by Mathias Brodala over 9 years ago
This is not a bug but indented, see #64366.
Updated by Markus Klein over 9 years ago
- Status changed from New to Needs Feedback
Updated by Anonymous over 9 years ago
TYPO3 6.2.9
font-size Backend = 12px
font-size Install Tool = 11.05px
TYPO3 6.2.10
font-size Backend = 12px
font-size Install Tool = 13.2px (please the same with Backend not bigger)
Updated by Gerrit Code Review over 9 years ago
- Status changed from Needs Feedback to Under Review
Patch set 2 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37540
Updated by Anonymous over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 70ed6e35e60d0969b8406c678c1553382574f6b5.
Actions