diff options
author | Siri Reiter <siri@jones.dk> | 2010-09-09 01:19:49 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2010-09-09 01:19:49 +0200 |
commit | c8f8df7eab514b417ed2dee02ac064f189deaae6 (patch) | |
tree | 03717dc5e6bb4abdda5fe20b5e52a5d1ebe3e1ee | |
parent | 57b0d8495c2116f6ff3d0f091f9eb1f16635a5da (diff) |
Style: Inline images can apparently not have negative margin.
-rw-r--r-- | local.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -109,6 +109,10 @@ DIV.inlineposttext { clear: both; } +DIV.inlinepage IMG { + margin: 0 25px 25px 0; +} + DIV.inlinefooter { display: none; } |