[TYPO3-typo3org] [TYPO3-bugs] http://typo3.org/extensions/repository/view/ columne Dependencies not readable

Andreas Burg typo3 at andreasburg.de
Thu Oct 16 17:24:38 CEST 2008


Hello Thorsten,

>> on pages http://typo3.org/extensions/repository/view/... Text in the
>> columne "Dependencies" is not readable. Only tested with FF3. Can
>> someone fix it?
>>
>> f.e. http://typo3.org/extensions/repository/view/gzip/current/
>>
> 
> seems like FF3 interprets "display: inline-block" correctly while (some)
> others don't. The problem seems to be caused by terfe.css (line 37).

perhaps you try:
/* Overriding for all browsers except IE */
html>body #main-column .extensions li {
	display: block;
}

instead:

/* Overriding for all browsers except IE */
html>body .extensions li {
	display: block;
}

> PS: Please use typo3.teams.typo3org for issues like this.
> typo3.teams.bugs is for coordination of bugtracker issues and the like.

Thank you for this hint.

Andreas


More information about the TYPO3-team-typo3org mailing list