From b7f32fdaf196e8fa93514a4dca8db6a341065712 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Wed, 11 Jul 2007 07:42:24 +0000 Subject: Small css tweaks for website. (Smaller sans-serif font, larger monospace for balance.) git-svn-id: https://pandoc.googlecode.com/svn/trunk@675 788f1e2b-df1e-0410-8736-df70ead52e1b --- web/main.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/main.css b/web/main.css index 8f2d52a13..8ef8f7002 100644 --- a/web/main.css +++ b/web/main.css @@ -4,7 +4,7 @@ body { background-color: white; color: black; font-family: Verdana, sans-serif; - font-size: medium; + font-size: 0.9em; line-height: 1.3em; color: #333; } @@ -14,6 +14,10 @@ pre { color: #1111111; padding: 0.5em; } +code { + font-family: monospace; + font-size: 1.25em; +} h1, h2, h3, h4, h5 { font-family: verdana; font-weight: bold; color: #7a5ada; } -- cgit v1.2.3