Closed
Bug 195821
Opened 23 years ago
Closed 23 years ago
Font size is smaller on this page than on the home page
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: david, Assigned: dbaron)
References
()
Details
The www.wininformant.com home page renders fine in Mozilla.
When I click on one of the articles (eg. the URL above), the page renders fine
for half a second, then it finally reduces the font size down to quite a bit
smaller (and harder for me to read!)
Maybe this is a problem with the site's stylesheets, but if it is assumed that
both pages are using the same stylesheets, then this doesn't make sense.
-dave
Comment 1•23 years ago
|
||
Yeah, it uses the same stylesheet and that sheet has the following rule:
p { font-size: x-small }
Now on the article page most of the text is in <p> tags, but on the front page
almost none is, and the <p> tags on the front page override that style.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•