font size tweak

This commit is contained in:
Gered 2014-03-30 10:05:49 -04:00
parent 2cfc358023
commit d787ecb377

View file

@ -83,7 +83,7 @@
(if color? (if color?
(html (html
[:pre [:pre
{:style "font-size:5pt; letter-spacing:1px; line-height:4pt; font-weight:bold;"} {:style "font-size:6pt; letter-spacing:1px; line-height:5pt; font-weight:bold;"}
output]) output])
output))) output)))