ich hab in meinem Forum ein CSS-Darstellungproblem in Firefox. Die Schriftgröße diverser Texte ist zu groß. >Screenshot
Ein Boarduser hat den Fehler im HTML-Quelltext der entsprechenden Board-Seiten bereits gefunden - die } am Ende der 3. Zeile:
Code: Alles auswählen
/* The largest text used in the index page title and toptic title etc. */
.maintitle {
font-weight: bold; font-size: 22px; font-family: "T_FONTFACE2"};
text-decoration: none; line-height : 120%; color : #000000;
}
Code: Alles auswählen
/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2 {
font-weight: bold; font-size: 22px; font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #000000;
}
Code: Alles auswählen
NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2 theme administration centre. When you have finalised your style you could cut the final CSS code and place it in an external file, deleting this section to save bandwidth.

CSS-File: http://forum.9dots.de/templates/subSilver/subSilver.css