diff options
-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; } |