diff options
-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; |