diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-02-24 05:48:18 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-02-24 05:48:18 +0000 |
commit | 50e660d34638b85bf4c5da221a95a787a5796064 (patch) | |
tree | 9d178afd5d08e0f268acdef75619c010f4fe8f56 /web | |
parent | 48d5919331723af909872fc0e3e3de9d8dd8988d (diff) | |
download | pandoc-50e660d34638b85bf4c5da221a95a787a5796064.tar.gz |
Removed font-size 110% on code in web css.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1239 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web')
-rw-r--r-- | web/pandoc.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/pandoc.css b/web/pandoc.css index ea9dd8b9c..521234be7 100644 --- a/web/pandoc.css +++ b/web/pandoc.css @@ -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; |