diff options
author | Siri Reiter <siri@jones.dk> | 2010-09-09 01:44:55 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2010-09-09 01:44:55 +0200 |
commit | a9fe4ca36ba9bd8abcaffb12bc16b2e7857bb642 (patch) | |
tree | ef0217b0105b5cda49b4a7f785946ffb1a79eeb5 | |
parent | c8f8df7eab514b417ed2dee02ac064f189deaae6 (diff) |
Style: Specify behavior of images on inline pages.
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ DIV.inlineposttext { clear: both; } -DIV.inlinepage IMG { +DIV#content DIV.inlinepage IMG { margin: 0 25px 25px 0; } |