From 4adba8a71c20c50c27582cf6d720693c62c55b10 Mon Sep 17 00:00:00 2001 From: aynik Date: Wed, 15 Apr 2015 11:59:44 +0200 Subject: [PATCH] adjusted general monospace chat font size --- client/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/css/style.css b/client/css/style.css index c2cc029..57e9970 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -458,7 +458,7 @@ button { } #chat, #windows .header { - font: 12px Inconsolata-g, monospace; + font: 11px Inconsolata-g, monospace; line-height: 1.4; } #chat button:hover {