diff options
-rw-r--r-- | local.css | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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; } |