From 993232765e89e84ae1edf34d9a2afc465dd3936e Mon Sep 17 00:00:00 2001 From: Pro Date: Sun, 20 Mar 2016 10:35:14 -0700 Subject: [PATCH] style action messages centered and italicized no more centering remove extra spaces squash --- ui/chatArea/innerStyle.css | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/chatArea/innerStyle.css b/ui/chatArea/innerStyle.css index a1bbb3a13..5da317867 100644 --- a/ui/chatArea/innerStyle.css +++ b/ui/chatArea/innerStyle.css @@ -6,6 +6,7 @@ div.msg { div.action { color: #1818FF; font: @big; + font-style: italic; } div.typing {