diff options
author | Siri Reiter <siri@jones.dk> | 2010-09-09 13:10:16 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2010-09-09 13:10:16 +0200 |
commit | 11c032e565cf54ac868f0c8c83ba02f2e6767440 (patch) | |
tree | be90bd6dbfb39099962c9c59c3b965fd705c4400 /local.css | |
parent | a9fe4ca36ba9bd8abcaffb12bc16b2e7857bb642 (diff) |
Style: Images now follow content left margin.
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -95,7 +95,7 @@ DIV#content IMG { display: block; clear: both; float: left; - margin: 0 25px 25px -250px; + margin: 0 25px 25px 0px; } DIV.inlinepage { @@ -109,10 +109,6 @@ DIV.inlineposttext { clear: both; } -DIV#content DIV.inlinepage IMG { - margin: 0 25px 25px 0; -} - DIV.inlinefooter { display: none; } |