Summary | Additional Patch to Ticket #874 In-Line HTML Message |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | nchanda (at) tachometry (dot) com |
Created | 02/10/2006 (7109 days ago) |
Due | |
Updated | 02/10/2006 (7109 days ago) |
Assigned | |
Resolved | 02/10/2006 (7109 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Additional Patch to Ticket #874 In-Line HTML Message
Queue ⇒ IMP
New Attachment: imp_css_html-message_patch.txt
framework/themes/screen.css which cause unexpected display of elements
such as p, ul, ol, and li.
Ticket #874addressed the td paddingissue. This suggested patch extends that ticket by redefining the p,
ol, ul, and li tags for the html-message element to the defaults found
in the Firefox code base in "res/html.css"
This has been tested with FF 1.5, and IE 6.x. While FF and IE handle
the li definition differently, this works relatively well in both cases.