From 60fd64ea38d00be8c107c42def6f2889967ff744 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Thu, 23 Feb 2012 21:17:50 +0100 Subject: Add some special temporary image classes. --- local.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/local.css b/local.css index 76ec1b1f..cc06a1f1 100644 --- a/local.css +++ b/local.css @@ -154,6 +154,27 @@ DIV#content IMG { background-color: none; } +#content img.solo { + float: left; + margin: 0 5% 5% 0; + padding: 0; +} +#content img.x2470x3783 { + height:3783px; + width: 2470px; + max-width: 2470px; +} +#content img.x1000x750 { + height: 1000px; + width: 750px; + max-width: 750px; +} +#content img.x108x132 { + height: 132px; + width: 108px; + max-width: 108px; +} + DIV.inlinepage { border: 0; padding: 1em; -- cgit v1.2.3