# HG changeset patch # User Paul Boddie # Date 1200793064 -3600 # Node ID 0306d3f3a7f72414344b9fc5fb180de4b3fac87c # Parent 57b82b935caa0c3ad8b95618c16bab0a4bec8b05 Adopted a much simpler 100% width setting on images, imposing a 240px limit on the portlet slides since this is the widest such images can be at present. diff -r 57b82b935caa -r 0306d3f3a7f7 themes/ep2008/css/screen.css --- a/themes/ep2008/css/screen.css Sat Jan 19 20:56:16 2008 +0100 +++ b/themes/ep2008/css/screen.css Sun Jan 20 02:37:44 2008 +0100 @@ -628,12 +628,8 @@ } .portlet-slides img { - max-width: 100%; - width: auto !important; /* IE fix... */ + max-width: 240px; width: 100%; - max-height: 100%; /* For earlier Konqueror versions */ - height: auto !important; /* IE fix... */ - height: 100%; } .picture { @@ -680,12 +676,7 @@ } .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... */ - height: 100%; } /* vim: tabstop=4 expandtab shiftwidth=4