# HG changeset patch # User Paul Boddie # Date 1200772576 -3600 # Node ID 57b82b935caa0c3ad8b95618c16bab0a4bec8b05 # Parent f48e28c3f8e5b1ca76a189a8ccfea820dfa012fb Revert to max-width usage in order to prevent oversized images, adding attempts at IE-related fixes. diff -r f48e28c3f8e5 -r 57b82b935caa themes/ep2008/css/screen.css --- a/themes/ep2008/css/screen.css Sat Jan 19 20:50:47 2008 +0100 +++ b/themes/ep2008/css/screen.css Sat Jan 19 20:56:16 2008 +0100 @@ -628,6 +628,8 @@ } .portlet-slides img { + max-width: 100%; + width: auto !important; /* IE fix... */ width: 100%; max-height: 100%; /* For earlier Konqueror versions */ height: auto !important; /* IE fix... */ @@ -678,6 +680,8 @@ } .portlet-picture img { + max-width: 100%; + width: auto !important; /* IE fix... */ width: 100%; max-height: 100%; /* For earlier Konqueror versions */ height: auto !important; /* IE fix... */