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
Actions