summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2010-10-11 14:26:35 +0200
committerSiri Reiter <siri@jones.dk>2010-10-11 14:26:35 +0200
commit7bb4fa2532ca80ecb66829ab5bf9688ed3a0188e (patch)
tree39631b51338fbb9cbc969b197da3ff75802393d8 /local.css
parent59a254de0f52d7a059959a221889a0c0034e9307 (diff)
Style: Text follows images with clear both in paragraph, not img.
Diffstat (limited to 'local.css')
-rw-r--r--local.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/local.css b/local.css
index f9a5427..3c300a9 100644
--- a/local.css
+++ b/local.css
@@ -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;
}