From 30729ca5c0a389781d6029d0134ac508db741475 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 23 Sep 2014 20:49:50 -0400 Subject: actually draw the screen contents --- termcast_server/index.html | 17 +++++++++++++++-- termcast_server/ssh.py | 2 +- termcast_server/termcast.py | 27 ++++++++++++++++++++------- termcast_server/web.py | 9 +++++++-- 4 files changed, 43 insertions(+), 12 deletions(-) (limited to 'termcast_server') diff --git a/termcast_server/index.html b/termcast_server/index.html index 74c1d3e..373587f 100644 --- a/termcast_server/index.html +++ b/termcast_server/index.html @@ -8,6 +8,11 @@ .term { display: none; + font-family: monospace; +} + +.term .td { + width: 1em; }