summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2013-01-23 15:44:39 +0100
committerSiri Reiter <siri@jones.dk>2013-01-23 15:44:39 +0100
commitb63639720804b9ecbfc35ce1753b6554794a508e (patch)
tree5fd878bb6793e54f5f00deb49e77c42443efdd36
parent171facc2e04e0cbd4ddf6a1a7239d5ab2085bb04 (diff)
Styling: Inline pages top and bottom margins 1em (was 5%).
-rw-r--r--local.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/local.css b/local.css
index 8d5ef346..5451b357 100644
--- a/local.css
+++ b/local.css
@@ -191,7 +191,7 @@ DIV#content img.deco {
DIV.inlinepage {
border: 0;
- padding: 5%;
+ padding: 1em 5%;
margin: 0;
background-color: LightYellow;
}