adium-1.4 2680:b593441630e8: Set the max width to 100%, don't sc...

commits at adium.im commits at adium.im
Thu Oct 29 18:10:49 UTC 2009


details:	http://hg.adium.im/adium-1.4/rev/b593441630e8
revision:	2680:b593441630e8
author:		Zachary West <zacw at adium.im>
date:		Thu Oct 29 14:10:44 2009 -0400

Set the max width to 100%, don't scale all images up to 100%.

diffs (12 lines):

diff -r ad119ec778fc -r b593441630e8 Plugins/WebKit Message View/Template.html
--- a/Plugins/WebKit Message View/Template.html	Thu Oct 29 12:57:14 2009 -0400
+++ b/Plugins/WebKit Message View/Template.html	Thu Oct 29 14:10:44 2009 -0400
@@ -306,7 +306,7 @@
 		.actionMessageBody:after { content:"*"; }
 		hr#focus { border: 0; border-bottom: 1px solid red; width: 25%%; margin: 0 auto 0 auto; }
 		* { word-wrap:break-word; }
-		img.scaledToFitImage { height: auto; width: 100%%; }
+		img.scaledToFitImage { height: auto; max-width: 100%%; }
 	</style>
 
 	<!-- This style is shared by all variants. !-->




More information about the commits mailing list