Closed
Bug 281647
Opened 20 years ago
Closed 20 years ago
syntax eror in searchbar.css
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: sugar.waffle, Assigned: annevk)
References
()
Details
Attachments
(1 file)
|
852 bytes,
patch
|
kevin
:
review-
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
The semicolon has been forgotten in the line of URL.
Comment 1•20 years ago
|
||
where exactly? looks fine to me
Comment 2•20 years ago
|
||
18 height: 16px; 19 margin: 0px 20 padding: 0px; Line 19: No semicolon in the end
| Assignee | ||
Comment 3•20 years ago
|
||
Who needs to review this? Also, shouldn't we use '0' instead of '0px'?
| Assignee | ||
Updated•20 years ago
|
Assignee: firefox → bug
Status: NEW → ASSIGNED
| Assignee | ||
Updated•20 years ago
|
Attachment #174672 -
Flags: superreview?(bzbarsky)
Attachment #174672 -
Flags: review?(bzbarsky)
Comment 4•20 years ago
|
||
Comment on attachment 174672 [details] [diff] [review] patch #1 This needs review from the owner of this code; maybe they don't actually want the 0 margin and padding, since they clearly had no issues with those declarations not being applied....
Attachment #174672 -
Flags: superreview?(bzbarsky)
Attachment #174672 -
Flags: superreview+
Attachment #174672 -
Flags: review?(bzbarsky)
| Assignee | ||
Updated•20 years ago
|
Attachment #174672 -
Flags: review?(p_ch)
| Assignee | ||
Updated•20 years ago
|
Attachment #174672 -
Flags: review?(p_ch) → review?(bugs)
Comment 5•20 years ago
|
||
Anne, the owner of this code is Kevin Gerich (webmail at kmgerich dot com)
| Assignee | ||
Comment 6•20 years ago
|
||
Comment on attachment 174672 [details] [diff] [review] patch #1 Thanks.
Attachment #174672 -
Flags: review?(bugs) → review?(webmail)
Comment 7•20 years ago
|
||
Comment on attachment 174672 [details] [diff] [review] patch #1 I just removed the rule. Thanks for pointing it out Anne
Attachment #174672 -
Flags: review?(webmail) → review-
Updated•20 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 8•20 years ago
|
||
You know the 'padding' declaration was dropped as well? (Before you removed only 'margin'.)
Comment 9•20 years ago
|
||
Right. I removed the padding as well.
You need to log in
before you can comment on or make changes to this bug.
Description
•