# HG changeset patch # User Paul Boddie # Date 1200772247 -3600 # Node ID f48e28c3f8e5b1ca76a189a8ccfea820dfa012fb # Parent 08a5fb355cf880ea04ffc4e55d8692ef47d263f5 Attempt to work with IE6. Side effect: pictures now scale in Firefox. diff -r 08a5fb355cf8 -r f48e28c3f8e5 themes/ep2008/css/screen.css --- a/themes/ep2008/css/screen.css Tue Jan 08 18:47:43 2008 +0100 +++ b/themes/ep2008/css/screen.css Sat Jan 19 20:50:47 2008 +0100 @@ -628,8 +628,10 @@ } .portlet-slides img { - max-width: 100%; + width: 100%; max-height: 100%; /* For earlier Konqueror versions */ + height: auto !important; /* IE fix... */ + height: 100%; } .picture { @@ -676,8 +678,10 @@ } .portlet-picture img { - max-width: 100%; + width: 100%; max-height: 100%; /* For earlier Konqueror versions */ + height: auto !important; /* IE fix... */ + height: 100%; } /* vim: tabstop=4 expandtab shiftwidth=4