From 6acc727c53795bb7013dd015cc8519b912f45030 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Wed, 11 Jul 2007 21:38:52 +0000 Subject: Further tweaks to website css. git-svn-id: https://pandoc.googlecode.com/svn/trunk@676 788f1e2b-df1e-0410-8736-df70ead52e1b --- web/main.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'web') diff --git a/web/main.css b/web/main.css index 8ef8f7002..90d2750ba 100644 --- a/web/main.css +++ b/web/main.css @@ -4,8 +4,8 @@ body { background-color: white; color: black; font-family: Verdana, sans-serif; - font-size: 0.9em; - line-height: 1.3em; + font-size: 100%; + line-height: 130%; color: #333; } pre { @@ -16,7 +16,7 @@ pre { } code { font-family: monospace; - font-size: 1.25em; + font-size: 110%; } h1, h2, h3, h4, h5 { font-family: verdana; font-weight: bold; @@ -151,6 +151,7 @@ dt { } #main { margin-top: 1em; + margin-bottom: 1em; padding-right: 1em; padding-left: 1em; max-width: 42em; -- cgit v1.2.3