Bugzilla – Bug 2331
FAQ questions in Default skin are tiny in Firefox
Last modified: 2008-09-15 14:39:24 UTC
In the Default skin in Firefox 1.0.7 (WinXP) the font size for the questions in the body of the FAQ are very small. They're OK in IE. In the one other skin that I checked, Fishbone, they're OK in both IE and Firefox. It's also noticeable in some other areas of the Help section where <h5> is used.
try adding this to HTML/Default/slimserver.css: .faq p { font-size: 11px; }
comitted to 6.5 at change 5872