Closed Bug 892382 Opened 11 years ago Closed 11 years ago

make html bugmail look better in gmail

Categories

(bugzilla.mozilla.org :: General, defect)

Production
x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: glob, Assigned: glob)

References

Details

i thought we already had a bug for this .. html bugmail in gmail doesn't contain any of the styling, and the comment text is too small. i've figured out how to fix both issues (although the comment text will be 20% larger on real email clients); patch soon.
Blocks: 892383
Committing to: bzr+ssh://bjones%40mozilla.com@bzr.mozilla.org/bmo/4.2/ modified extensions/BMO/template/en/default/email/bugmail.html.tmpl Committed revision 8872. most of this is just moving from <style> to element style attributes. the only visible change is <pre> tags are now "font-size: 120%".
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
The 20% larger text on real email clients is annoying :( I have no idea how to avoid it though.
(In reply to Anthony Ricaud (:rik) from comment #2) > The 20% larger text on real email clients is annoying :( I have no idea how > to avoid it though. as a postbox user, i completely agree :( i did spend quite some time trying to avoid it.
Oh, I just thought of something. If Gmail doesn't respect <style> elements, we can add something like: <style> pre { font-size: 100% !important; } </style>
Oooo.. will experiment
Blocks: 895449
You need to log in before you can comment on or make changes to this bug.