Closed
Bug 265655
Opened 20 years ago
Closed 20 years ago
underline thickness of linked text is too great
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: rgaddipa, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 The thickness of the underline in bolded links is making the underline 'touch' the text underneath when the same link occupies two or more lines. An example of the stylistic problem can be seen on any double lined headlines at news.yahoo.com Reproducible: Always Steps to Reproduce: 1. Load news.yahoo.com 2. View double-lined headlines of any news section Actual Results: double lined bolded links have underlines that are not spaced or 'too thick' Expected Results: space out bolded links or decrease underline thickness for bolded links
Comment 1•20 years ago
|
||
a.topstory { font-weight: bold; font-size: 12pt; line-height: 100%; }
line-height : 100% is supposed to render just as it is. We're doing what the
CSS says to do.Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•