summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-04-06 20:12:07 +0200
committerSiri Reiter <siri@jones.dk>2009-04-06 20:12:07 +0200
commit799010de4e0072efe275b8121f8e130eb1e7484a (patch)
treedae77167bdfcd081f6b0a3985729ceae25a470d7 /local.css
parent13da679fc671de3ee81d3c39e7d0cd6f63604cb9 (diff)
Inline page negative margin, background color.
Diffstat (limited to 'local.css')
-rw-r--r--local.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/local.css b/local.css
index 2b5d31e5..27b024a9 100644
--- a/local.css
+++ b/local.css
@@ -150,7 +150,8 @@ DIV#content IMG {
DIV.inlinepage {
border: 0;
padding: 1em;
- background-color: white;
+ margin: 0 -1em;
+ background-color: LightYellow;
}
DIV.inlinepage SPAN.header a {