From c66ffa6e1f2bc8d78f77452ff8e0e5a1a8c812b7 Mon Sep 17 00:00:00 2001 From: Andy Janata Date: Sat, 27 Oct 2012 08:51:12 -0700 Subject: [PATCH] Now fix the chat box font. --- WebContent/cah.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WebContent/cah.css b/WebContent/cah.css index ff91a9d..c133708 100644 --- a/WebContent/cah.css +++ b/WebContent/cah.css @@ -205,6 +205,8 @@ body { position: absolute; padding: 0px; width: 90%; + font-family: serif; + font-size: 12pt; } #chat_submit {