Closed
Bug 716186
Opened 13 years ago
Closed 13 years ago
Simplify @media queries like Bug 713822
Categories
(SeaMonkey :: Themes, defect)
SeaMonkey
Themes
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.9
People
(Reporter: philip.chee, Assigned: ewong)
Details
(Keywords: classic, modern, Whiteboard: [good first bug][lang=css])
Attachments
(1 file)
2.62 KB,
patch
|
neil
:
review+
|
Details | Diff | Splinter Review |
From Bug 713822 Comment 0:
> Wherever we write "@media all and (whatever) {", this can be simplified to
> "@media (whatever) {". Affected files: http://mxr.mozilla.org/mozilla-central/search?string=%40media+all+and+%28&find=%2Fthemes%2F
Or in our case:
http://mxr.mozilla.org/comm-central/search?string=%40media+all+and+(&find=suite%2Fthemes%2F&findi=&filter=^[^\0]*%24
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → ewong
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #588861 -
Flags: review?(neil)
Updated•13 years ago
|
Attachment #588861 -
Flags: review?(neil) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Pushed to comm-central:
http://hg.mozilla.org/comm-central/rev/61e32a70af33
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Target Milestone: --- → seamonkey2.9
You need to log in
before you can comment on or make changes to this bug.
Description
•