From e10f0885af5aec09be12e9ccb2b53adcaa1c63f0 Mon Sep 17 00:00:00 2001 From: kaernyk Date: Sun, 28 Sep 2014 05:19:00 -0400 Subject: [PATCH] Change body font back to 10pt --- stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index c3ff7112..7560f5fb 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -2,7 +2,7 @@ body { background: #EEF2FF url('img/fade-blue.png') repeat-x 50% 0%; color: black; font-family: arial,helvetica,sans-serif; - font-size: 11pt; + font-size: 10pt; margin: 0 4px; padding-left: 4px; padding-right: 4px;