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
This commit is contained in:
fiddlosopher 2007-07-11 07:42:24 +00:00
parent 7bbb381a47
commit b7f32fdaf1

View file

@ -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; }