From b589359dfad4083bfefdda9f8b850f11b7c5d2d2 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Fri, 24 Feb 2012 14:52:37 +0100 Subject: Swop width and length of image. --- local.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/local.css b/local.css index cc06a1f1..faeded82 100644 --- a/local.css +++ b/local.css @@ -165,9 +165,9 @@ DIV#content IMG { max-width: 2470px; } #content img.x1000x750 { - height: 1000px; - width: 750px; - max-width: 750px; + height: 750px; + width: 1000px; + max-width: 1000px; } #content img.x108x132 { height: 132px; -- cgit v1.2.3