summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2012-02-23 21:17:50 +0100
committerSiri Reiter <siri@jones.dk>2012-02-23 21:17:50 +0100
commit60fd64ea38d00be8c107c42def6f2889967ff744 (patch)
tree5b1f9a1e9cbba793912ba69d7748f0001443829e /local.css
parentb288c6c0e2479c3667a6cb9ce8af257485ee98d0 (diff)
Add some special temporary image classes.
Diffstat (limited to 'local.css')
-rw-r--r--local.css21
1 files changed, 21 insertions, 0 deletions
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;