From 10aa7f1fd3e3e133499974398a757876e34d430f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 6 Oct 2014 15:11:48 -0400 Subject: fix some display issues --- termcast_server/index.html | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'termcast_server') diff --git a/termcast_server/index.html b/termcast_server/index.html index e12e578..459d9c1 100644 --- a/termcast_server/index.html +++ b/termcast_server/index.html @@ -11,8 +11,12 @@ font-family: monospace; } -.term .td { - width: 1em; +.term table { + border-collapse: collapse; +} + +.term td { + padding: 0px; }