diff options
author | Blanksøgård <bsg@coreander.jones.dk> | 2007-11-10 20:49:04 +0100 |
---|---|---|
committer | Blanksøgård <bsg@coreander.jones.dk> | 2007-11-10 20:49:04 +0100 |
commit | 9969be63992c613449e5b46c3720934da1ee5e1a (patch) | |
tree | a17faa226c57ca8861c319bb3195cabaec3cd326 | |
parent | a2c9df3f153c613dddc7e13033e0ab2ed303650d (diff) |
Udseende: Alle billeder topjusteret i forhold til tekst, og luft til højre for billeder i brødtekst.
-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; } |