From 289c983910e86d0b6fa877724859345093da6d20 Mon Sep 17 00:00:00 2001 From: lassulus Date: Thu, 7 Nov 2013 14:27:43 +0100 Subject: webchat: links layout and fix --- webchat/hello_web.js | 5 +++-- webchat/public/reset.css | 5 +++++ 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'webchat') diff --git a/webchat/hello_web.js b/webchat/hello_web.js index da30f357..8ef737fc 100644 --- a/webchat/hello_web.js +++ b/webchat/hello_web.js @@ -107,8 +107,9 @@ var app = connect() page_template+='
\n'; page_template+=''; page_template+='
'; res.end(page_template); diff --git a/webchat/public/reset.css b/webchat/public/reset.css index c99fc307..65f68058 100644 --- a/webchat/public/reset.css +++ b/webchat/public/reset.css @@ -111,4 +111,9 @@ a { width: 24%; background-color: black; opacity: 0.8; +} +#links { + font-size: 14px; + position: absolute; + bottom: 5px; } \ No newline at end of file -- cgit v1.2.3