summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2012-02-24 14:52:37 +0100
committerSiri Reiter <siri@jones.dk>2012-02-24 14:52:37 +0100
commitb589359dfad4083bfefdda9f8b850f11b7c5d2d2 (patch)
treebc489c83b40058e73090fcd8756e53325e79fd6c /local.css
parentc4240eb9aa94fce39438ad9463c8f888d6de1ceb (diff)
Swop width and length of image.
Diffstat (limited to 'local.css')
-rw-r--r--local.css6
1 files 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;