From 8e2c82a193ab48ffd53ee764408f431031e94e23 Mon Sep 17 00:00:00 2001 From: Greg Hendershott Date: Fri, 2 Nov 2012 11:34:40 -0400 Subject: [PATCH] Take code size back down to 95% --- gh.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gh.css b/gh.css index 27beae6..cd8e926 100644 --- a/gh.css +++ b/gh.css @@ -12,7 +12,7 @@ .RktMod, .RktKw, .RktVar, .RktSym, .RktRes, .RktOut, .RktCmt, .RktVal, .hspace { font-family: monospace; - /* font-size: 95%; */ + font-size: 95%; white-space: inherit; }