From e78cb8f486d3517fa3e1bbe67db09f1ccfb57877 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Wed, 16 Oct 2013 14:53:36 -0400 Subject: [PATCH] Improve bufferlines monospace style Closes #23 #50 --- css/glowingbear.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 3e4d204..a7c9499 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -27,6 +27,9 @@ input#sendMessage { table { width: 100%; } +tr { + line-height: 100%; +} td.time { padding-right: 5px; vertical-align: top; @@ -154,7 +157,7 @@ input[type=text], input[type=password] { } .bufferlines { - font-family: monospace; + font-family: 'Consolas', 'Monaco', 'Ubuntu Mono', monospace; overflow-y: auto; margin-left: 14%; width: auto;