From 9969be63992c613449e5b46c3720934da1ee5e1a Mon Sep 17 00:00:00 2001 From: Blanksøgård Date: Sat, 10 Nov 2007 20:49:04 +0100 Subject: Udseende: Alle billeder topjusteret i forhold til tekst, og luft til højre for billeder i brødtekst. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- local.css | 10 ++++++++++ 1 file changed, 10 insertions(+) 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; } -- cgit v1.2.3