diff options
author | Siri Reiter <siri@jones.dk> | 2013-01-23 15:44:39 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2013-01-23 15:44:39 +0100 |
commit | b63639720804b9ecbfc35ce1753b6554794a508e (patch) | |
tree | 5fd878bb6793e54f5f00deb49e77c42443efdd36 | |
parent | 171facc2e04e0cbd4ddf6a1a7239d5ab2085bb04 (diff) |
Styling: Inline pages top and bottom margins 1em (was 5%).
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -191,7 +191,7 @@ DIV#content img.deco { DIV.inlinepage { border: 0; - padding: 5%; + padding: 1em 5%; margin: 0; background-color: LightYellow; } |