Removed font-size 110% on code in web css.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1239 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2008-02-24 05:48:18 +00:00
parent 48d5919331
commit 50e660d346

View file

@ -19,7 +19,6 @@ pre {
}
code {
font-family: monospace;
font-size: 110%;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
text-decoration: none;