From d2511d9ccffca7a12766a39e1acb897f1b055614 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 7 Jan 2013 15:42:22 +0100 Subject: Inline page padding in percent, not in ems (avoiding problems in special browsers). --- local.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.css b/local.css index 7021a9c6..323691f4 100644 --- a/local.css +++ b/local.css @@ -185,7 +185,7 @@ DIV#content img.deco { DIV.inlinepage { border: 0; - padding: 1em; + padding: 5%; margin: 0; background-color: LightYellow; } -- cgit v1.2.3