Bug 2331 - FAQ questions in Default skin are tiny in Firefox
: FAQ questions in Default skin are tiny in Firefox
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Web Interface
: unspecified
: PC Windows XP
: P2 trivial (vote)
: ---
Assigned To: Blackketter Dean
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-10-21 00:36 UTC by Jim McAtee
Modified: 2008-09-15 14:39 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jim McAtee 2005-10-21 00:36:48 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.
Comment 1 KDF 2005-10-30 12:03:46 UTC
try adding this to HTML/Default/slimserver.css:

.faq p {
	font-size: 11px;
	}

Comment 2 KDF 2006-01-26 21:41:07 UTC
comitted to 6.5 at change 5872