From dbbc93a830791925528247a8937f40264a340281 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 10 Aug 2007 20:17:40 +0000 Subject: [PATCH] Tweaks to CSS for downloaded HTML version of wiki. --- static/css/download.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/static/css/download.css b/static/css/download.css index 58f5c4d..000f41f 100644 --- a/static/css/download.css +++ b/static/css/download.css @@ -2,18 +2,20 @@ body { padding: 1em; background-color: #fafafa; text-align: center; + line-height: 140%; } #center_area { margin: 0 auto; text-align: center; - width: 50em; + width: 75%; + max-width: 50em; } .note_frame { text-align: left; margin: 0em; - padding: 1.25em; + padding: 1.5em; border: 1px solid #999999; margin-bottom: 0.75em; background-color: #ffffff; @@ -27,7 +29,7 @@ h1 { h3 { margin-top: 0em; - margin-bottom: 0.5em; + margin-bottom: 1em; } .button {