From 17b81013496ffaaa3934ab54f317fb8d0ae138f3 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Thu, 30 Jun 2016 09:01:11 -0400 Subject: [PATCH] update livechan.js and stylesheets --- contrib/js/livechan.js | 2 +- contrib/static/site.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/js/livechan.js b/contrib/js/livechan.js index 00be847..790f5e5 100644 --- a/contrib/js/livechan.js +++ b/contrib/js/livechan.js @@ -27,7 +27,7 @@ function inject_livechan_widget(prefix, parent) { }; progress("initialize"); socket.onopen = function () { - progress("streaming (read only)"); + progress("streaming"); } socket.onmessage = function(ev) { var j = null; diff --git a/contrib/static/site.css b/contrib/static/site.css index af46fd5..a073499 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -111,6 +111,7 @@ table { table.board-list-table { width: 100%; } + table tbody td { margin: 0; padding: 4px 15px 4px 4px;