Closed Bug 310146 Opened 19 years ago Closed 17 years ago

Error Console error message:Error in parsing value for property 'margin'.

Categories

(Thunderbird :: Preferences, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: sugar.waffle, Assigned: mscott)

References

()

Details

In preferences.css,  the value of 'Margin' is illegal. 
141 #downloadFolder {
142   -moz-appearance: none;
143   background-color: transparent;
144   border: none;
145   padding: 1px 0px 0px 0px;
146   margin: none;
147 }

JavaScript Console message:
Error: Error in parsing value for property 'margin'.  Declaration dropped.
Source File: chrome://messenger/skin/preferences/preferences.css
Line: 146

Mac OS X 10.3.9
1.8 branch NB
Summary: JavaScript Console error message:Error in parsing value for property 'margin'. → Error Console error message:Error in parsing value for property 'margin'.
Fixed in bug 377114, while I was in the neighborhood.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.