summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2010-09-09 01:19:49 +0200
committerSiri Reiter <siri@jones.dk>2010-09-09 01:19:49 +0200
commitc8f8df7eab514b417ed2dee02ac064f189deaae6 (patch)
tree03717dc5e6bb4abdda5fe20b5e52a5d1ebe3e1ee /local.css
parent57b0d8495c2116f6ff3d0f091f9eb1f16635a5da (diff)
Style: Inline images can apparently not have negative margin.
Diffstat (limited to 'local.css')
-rw-r--r--local.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/local.css b/local.css
index 3b19832..ab29c1e 100644
--- a/local.css
+++ b/local.css
@@ -109,6 +109,10 @@ DIV.inlineposttext {
clear: both;
}
+DIV.inlinepage IMG {
+ margin: 0 25px 25px 0;
+}
+
DIV.inlinefooter {
display: none;
}