summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--local.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/local.css b/local.css
index 272f466..ba00deb 100644
--- a/local.css
+++ b/local.css
@@ -21,6 +21,10 @@ A:hover {
text-decoration: underline;
}
+IMG {
+ vertical-align:text-top;
+}
+
DIV#container {
background-color: White;
margin: 10px 5%;
@@ -78,6 +82,12 @@ DIV#content {
margin: 2em 8% 0 0;
}
+DIV#content IMG {
+ float: left;
+ margin-right: 2em;
+}
+
+
BLOCKQUOTE {
background-color: LightGrey;
}