summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-11 21:38:52 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-11 21:38:52 +0000
commit6acc727c53795bb7013dd015cc8519b912f45030 (patch)
tree1231049ca7c6121b71fe6c8696b73f82e4f0d565 /web
parentb7f32fdaf196e8fa93514a4dca8db6a341065712 (diff)
Further tweaks to website css.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@676 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web')
-rw-r--r--web/main.css7
1 files changed, 4 insertions, 3 deletions
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;