commit 8e2c82a193ab48ffd53ee764408f431031e94e23 parent ecbbde87e233b4f99b04829a5d4ae76452b5b158 Author: Greg Hendershott <greghendershott@gmail.com> Date: Fri, 2 Nov 2012 11:34:40 -0400 Take code size back down to 95% Diffstat:
| M | gh.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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; }