From 50e660d34638b85bf4c5da221a95a787a5796064 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sun, 24 Feb 2008 05:48:18 +0000 Subject: Removed font-size 110% on code in web css. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1239 788f1e2b-df1e-0410-8736-df70ead52e1b --- web/pandoc.css | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.2.3