summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2012-08-01 22:52:56 +0200
committerSiri Reiter <siri@jones.dk>2012-08-01 22:52:56 +0200
commita9f8fa849474b485902bf8b015b405d2dbbe2e0f (patch)
treef3b0dfc76b43260bc1b6b0bd934f496f729d07b0
parente0df2d459c3f1387575052d7b3bd9f2ba6aa460d (diff)
Use percentage measures for padding and margin in inline pages (not em).
-rw-r--r--local.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/local.css b/local.css
index faeded82..248e6c52 100644
--- a/local.css
+++ b/local.css
@@ -135,6 +135,7 @@ DIV#pagebody {
}
DIV#content {
+ float: left;
min-height: 480px;
max-width: 48em;
margin: 2% 40% 2% 20%;
@@ -177,8 +178,8 @@ DIV#content IMG {
DIV.inlinepage {
border: 0;
- padding: 1em;
- margin: 0 -1em;
+ padding: 2%;
+ margin: 0 -2%;
background-color: LightYellow;
}