diff options
author | Siri Reiter <siri@jones.dk> | 2010-10-11 14:26:35 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2010-10-11 14:26:35 +0200 |
commit | 7bb4fa2532ca80ecb66829ab5bf9688ed3a0188e (patch) | |
tree | 39631b51338fbb9cbc969b197da3ff75802393d8 /local.css | |
parent | 59a254de0f52d7a059959a221889a0c0034e9307 (diff) |
Style: Text follows images with clear both in paragraph, not img.
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -10,6 +10,10 @@ body { background-position: right bottom; } +p { + clear: both; +} + h1, h2, h3 { color: darkgreen; } @@ -92,8 +96,6 @@ DIV#content { } DIV#content IMG { - display: block; - clear: both; float: left; margin: 0 25px 25px 0px; } |