From a2faa336d40068ff74cb977ccbe9b6c24dbe46eb Mon Sep 17 00:00:00 2001 From: Feuda Nan Date: Thu, 18 Sep 2014 15:28:39 +0800 Subject: [PATCH] Update screen.css make images in proper size --- assets/themes/mark-reid/css/screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/themes/mark-reid/css/screen.css b/assets/themes/mark-reid/css/screen.css index 494c382..d5f6571 100644 --- a/assets/themes/mark-reid/css/screen.css +++ b/assets/themes/mark-reid/css/screen.css @@ -28,7 +28,7 @@ body { } /* Hack via Joel Spolsky to make image rescaling nicer in IE */ -img { -ms-interpolation-mode:bicubic; } +img { -ms-interpolation-mode:bicubic; width: 100%; } /* IE6 ignores this and uses default size of 16pt */ html>body { font-size:16px; }