From bd7818fdda22d22be7c61522fe24e641c39be437 Mon Sep 17 00:00:00 2001 From: Greg Hendershott Date: Mon, 12 Nov 2012 19:37:14 -0500 Subject: [PATCH] Take code font size up to 100%. Fixes #2. --- gh.css | 1 - 1 file changed, 1 deletion(-) diff --git a/gh.css b/gh.css index 10547e9..3151790 100644 --- a/gh.css +++ b/gh.css @@ -12,7 +12,6 @@ .RktMod, .RktKw, .RktVar, .RktSym, .RktRes, .RktOut, .RktCmt, .RktVal, .hspace { font-family: monospace; - font-size: 95%; white-space: inherit; }