diff options
author | Siri Reiter <siri@jones.dk> | 2012-02-23 21:17:50 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2012-02-23 21:17:50 +0100 |
commit | 60fd64ea38d00be8c107c42def6f2889967ff744 (patch) | |
tree | 5b1f9a1e9cbba793912ba69d7748f0001443829e | |
parent | b288c6c0e2479c3667a6cb9ce8af257485ee98d0 (diff) |
Add some special temporary image classes.
-rw-r--r-- | local.css | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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; |