# HG changeset patch # User Paul Boddie # Date 1197418084 -3600 # Node ID 5a6832919b0a820f54236a6d5c788e7e3b135c96 # Parent 40e0b5279f7a64d69527823a7a56097aa6d03445 Impose maximum sizing on the banner image, permitting smaller images to appear smaller and at the correct aspect ratio. diff -r 40e0b5279f7a -r 5a6832919b0a themes/ep2008/css/screen.css --- a/themes/ep2008/css/screen.css Sun Dec 02 01:56:53 2007 +0100 +++ b/themes/ep2008/css/screen.css Wed Dec 12 01:08:04 2007 +0100 @@ -73,8 +73,8 @@ #banner { float: left; - width: 468px; - height: 60px; + max-width: 468px; + max-height: 60px; } #banner img {