Closed
Bug 143073
Opened 23 years ago
Closed 17 years ago
caldera.com - font size is illegible (different stylesheets for IE/Moz_win/Moz_lin)
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Tony.Tovar, Unassigned)
References
()
Details
Using build 2002-05-06-branch on WinNT. This web-site has a left-side menu that
is illegible. I don't know where the fault lies but "it works in IE!"
I assume there is IE-specific coding and we just need to figure out if this is:
A) a case for tech evangelism
B) a valid font test-case for which we've failed to account
P.S. It would be strange for this company to do anything IE-specific because
they're a Linux/UNIX vendor!
Comment 1•23 years ago
|
||
wfm 2002050323 on linux ..
2002050708 trunk, XP:
Fonts on left side are indeed so small they are unreadable.
Adrian: Do you have a minimum fontsize set? If so, that would "overrule" the
smaller fonts on the site, and explain why you don't see them as small.
Btw - smells like evang. Moz and IE are served with different stylesheets..
Comment 4•23 years ago
|
||
The site also serves different CSS for Linux and Windows... :)
From the win_moz.css stylesheet (lin_moz.css does not have this problem, btw):
table.navlist {
font-size: 43% ;
}
TD.docgroup {
font-size: 63% ;
}
The text in question is inside a table which has class navlist and a td in that
table that has class docgroup.
So the font size is 25% of the "normal" font size, which is 3-4px depending on
the "normal" size.
This is _so_ evang.
Assignee: Matti → doron
Status: UNCONFIRMED → NEW
Component: Browser-General → US General
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: imajes-qa → zach
Summary: font size is illegible → font size is illegible (different stylesheets for IE/Moz_win/Moz_lin)
Version: other → unspecified
Updated•23 years ago
|
Summary: font size is illegible (different stylesheets for IE/Moz_win/Moz_lin) → caldera.com - font size is illegible (different stylesheets for IE/Moz_win/Moz_lin)
Comment 5•22 years ago
|
||
tech evang june 2003 reorg
Assignee: doron → english-us
QA Contact: zach → english-us
Comment 6•17 years ago
|
||
internal server error on URL
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•