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:
parent
7bbb381a47
commit
b7f32fdaf1
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,7 @@ body {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: black;
|
color: black;
|
||||||
font-family: Verdana, sans-serif;
|
font-family: Verdana, sans-serif;
|
||||||
font-size: medium;
|
font-size: 0.9em;
|
||||||
line-height: 1.3em;
|
line-height: 1.3em;
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
@ -14,6 +14,10 @@ pre {
|
||||||
color: #1111111;
|
color: #1111111;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
}
|
}
|
||||||
|
code {
|
||||||
|
font-family: monospace;
|
||||||
|
font-size: 1.25em;
|
||||||
|
}
|
||||||
h1, h2, h3, h4, h5 { font-family: verdana;
|
h1, h2, h3, h4, h5 { font-family: verdana;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #7a5ada; }
|
color: #7a5ada; }
|
||||||
|
|
Loading…
Reference in a new issue