| commit 2813: | f7650158eeb5 |
| parent 2812: | 7a2935ce4146 |
| branch: | default |
Set the max width to 100%, don't scale all images up to 100%.
Changed (Δ4 bytes):
raw changeset »
Plugins/WebKit Message View/Template.html (1 lines added, 1 lines removed)
Up to file-list Plugins/WebKit Message View/Template.html:
306 |
306 |
.actionMessageBody:after { content:"*"; } |
307 |
307 |
hr#focus { border: 0; border-bottom: 1px solid red; width: 25%%; margin: 0 auto 0 auto; } |
308 |
308 |
* { word-wrap:break-word; } |
309 |
img.scaledToFitImage { height: auto; |
|
309 |
img.scaledToFitImage { height: auto; max-width: 100%%; } |
|
310 |
310 |
</style> |
311 |
311 |
|
312 |
312 |
<!-- This style is shared by all variants. !--> |
