# HG changeset patch # User Paul Boddie # Date 1200794838 -3600 # Node ID 657baf9e13ab67cb4ef1f67b6027e692b0d214bb # Parent 0306d3f3a7f72414344b9fc5fb180de4b3fac87c Introduce separate rules for the different slide collections, preventing image oversizing for images having portrait orientation. diff -r 0306d3f3a7f7 -r 657baf9e13ab themes/ep2008/css/screen.css --- a/themes/ep2008/css/screen.css Sun Jan 20 02:37:44 2008 +0100 +++ b/themes/ep2008/css/screen.css Sun Jan 20 03:07:18 2008 +0100 @@ -627,7 +627,12 @@ border: 0; } -.portlet-slides img { +.portlet-slides td.third img { + max-width: 180px; + width: 100%; +} + +.portlet-slides td.half img { max-width: 240px; width: 100%; }