summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}