summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2013-01-03 20:11:15 +0100
committerSiri Reiter <siri@jones.dk>2013-01-03 20:11:15 +0100
commitafba9d2b82a4a00a4607f326f66dfecb25b883e9 (patch)
treebbec7269ab1513482196c96310a0faf63d576558 /local.css
parent3cdc908bc33892da5b3f46c3d6933776bd56da9f (diff)
Remove inline margin and change padding to ems (not %).
Diffstat (limited to 'local.css')
-rw-r--r--local.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/local.css b/local.css
index 248e6c52..636767f7 100644
--- a/local.css
+++ b/local.css
@@ -178,8 +178,8 @@ DIV#content IMG {
DIV.inlinepage {
border: 0;
- padding: 2%;
- margin: 0 -2%;
+ padding: 1em;
+ margin: 0;
background-color: LightYellow;
}