Take code font size up to 100%. Fixes #2.

This commit is contained in:
Greg Hendershott 2012-11-12 19:37:14 -05:00
parent 13d0e729f9
commit bd7818fdda

1
gh.css
View File

@ -12,7 +12,6 @@
.RktMod, .RktKw, .RktVar, .RktSym,
.RktRes, .RktOut, .RktCmt, .RktVal, .hspace {
font-family: monospace;
font-size: 95%;
white-space: inherit;
}