wbowling / adium

fork of adium

Fork of Adium for patches/improvements

Clone this repository (size: 220.3 MB): HTTPS / SSH
$ hg clone http://hg.wbowling.info/adium
commit 2813: f7650158eeb5
parent 2812: 7a2935ce4146
branch: default
Set the max width to 100%, don't scale all images up to 100%.
Zachary West / zacwest
10 months ago

Changed (Δ4 bytes):

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; width: 100%%; }
309
		img.scaledToFitImage { height: auto; max-width: 100%%; }
310
310
	</style>
311
311
312
312
	<!-- This style is shared by all variants. !-->