summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlanksøgård <bsg@coreander.jones.dk>2007-11-10 20:49:04 +0100
committerBlanksøgård <bsg@coreander.jones.dk>2007-11-10 20:49:04 +0100
commit9969be63992c613449e5b46c3720934da1ee5e1a (patch)
treea17faa226c57ca8861c319bb3195cabaec3cd326
parenta2c9df3f153c613dddc7e13033e0ab2ed303650d (diff)
Udseende: Alle billeder topjusteret i forhold til tekst, og luft til højre for billeder i brødtekst.
-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;
}