diff options
author | Siri Reiter <siri@jones.dk> | 2012-08-01 22:52:56 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2012-08-01 22:52:56 +0200 |
commit | a9f8fa849474b485902bf8b015b405d2dbbe2e0f (patch) | |
tree | f3b0dfc76b43260bc1b6b0bd934f496f729d07b0 | |
parent | e0df2d459c3f1387575052d7b3bd9f2ba6aa460d (diff) |
Use percentage measures for padding and margin in inline pages (not em).
-rw-r--r-- | local.css | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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; } |