Closed Bug 365401 Opened 18 years ago Closed 18 years ago

CSS error in dependency-tree.css

Categories

(Bugzilla :: User Interface, defect)

2.23.3
defect
Not set
minor

Tracking

()

RESOLVED FIXED
Bugzilla 3.0

People

(Reporter: LpSolit, Assigned: LpSolit)

References

Details

Attachments

(1 file)

Attached patch patch, v1Splinter Review
|text-decoration: underline bold;| is illegal per http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration and generates an error in the error console. This should be written as:

text-decoration: underline;
font-weight: bold;

But doing this, I realize that underlined links are not very nice, so I only kept the bold weight.
Attachment #249997 - Flags: review?(bugzilla-mozilla)
Attachment #249997 - Flags: review?(bugzilla-mozilla) → review+
Flags: approval?
Flags: approval? → approval+
Checking in skins/standard/dependency-tree.css;
/cvsroot/mozilla/webtools/bugzilla/skins/standard/dependency-tree.css,v  <--  dependency-tree.css
new revision: 1.3; previous revision: 1.2
done
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: