aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-11 07:42:24 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-11 07:42:24 +0000
commitb7f32fdaf196e8fa93514a4dca8db6a341065712 (patch)
tree0e2eab1793bf63960627d8af918818095fbf43ff
parent7bbb381a4728d762a39c6105e7f396df2542427e (diff)
downloadpandoc-b7f32fdaf196e8fa93514a4dca8db6a341065712.tar.gz
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
-rw-r--r--web/main.css6
1 files changed, 5 insertions, 1 deletions
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; }