diff options
author | Siri Reiter <siri@jones.dk> | 2012-02-24 14:52:37 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2012-02-24 14:52:37 +0100 |
commit | b589359dfad4083bfefdda9f8b850f11b7c5d2d2 (patch) | |
tree | bc489c83b40058e73090fcd8756e53325e79fd6c | |
parent | c4240eb9aa94fce39438ad9463c8f888d6de1ceb (diff) |
Swop width and length of image.
-rw-r--r-- | local.css | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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; |