summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlanksøgård <web-bsg@coreander.jones.dk>2007-10-29 13:14:06 +0100
committerBlanksøgård <web-bsg@coreander.jones.dk>2007-10-29 13:14:06 +0100
commit8c9668cb23da4810baa750320d6ceee13db19fe4 (patch)
tree6c26769df5535ee1414e343b1a2b4efe4d15b14f
parent9149383c7c70e041bd1e135b90187d789132111b (diff)
Lad citater være lysegrå.
-rw-r--r--local.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/local.css b/local.css
index eac7539..25cba24 100644
--- a/local.css
+++ b/local.css
@@ -47,3 +47,7 @@ body {
line-height: 3ex;
margin: 1%;
}
+
+blockquote {
+ background-color: lightgrey;
+}