Actions
Bug #15634
closedinstall text font too big
Start date:
2006-02-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
under 4.0beta3 the intall font size is really big
i solved it modifying the inline style:
from
.smalltext {
font-size:0.9em;
}
to
.smalltext {
font-size:0.7em;
}
(issue imported from #M2578)
Files
Updated by Karsten Dambekalns almost 19 years ago
Could you provide a screenshot and some info on your browser? Using FF1.5 under Debian the font is finally really readable, IMHO... :)
Updated by Oliver W almost 19 years ago
Same problem here. Just uploaded a screenshot. Firefox 1.5.0.1 / Windows XP.
Updated by Christian Kuhn over 15 years ago
Resolved with won't fix.
This issue got two -1 in core list so I dropped my patch request.
Actions