From a91c0194e89604efa816eddba0105db7f66b77e9 Mon Sep 17 00:00:00 2001 From: lassulus Date: Wed, 6 Nov 2013 16:42:25 +0100 Subject: webchat: better krebs --- webchat/public/krebs.png | Bin 0 -> 956 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 webchat/public/krebs.png (limited to 'webchat/public') diff --git a/webchat/public/krebs.png b/webchat/public/krebs.png new file mode 100644 index 00000000..263d5b1c Binary files /dev/null and b/webchat/public/krebs.png differ -- cgit v1.2.3 From 7e68e86baf90dfe91abae7c4589091f089f8565b Mon Sep 17 00:00:00 2001 From: lassulus Date: Wed, 6 Nov 2013 17:05:44 +0100 Subject: webchat: krebs now as background --- webchat/public/reset.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'webchat/public') diff --git a/webchat/public/reset.css b/webchat/public/reset.css index 746b81c4..46b52478 100644 --- a/webchat/public/reset.css +++ b/webchat/public/reset.css @@ -58,3 +58,11 @@ q:before, q:after { .chat_from:after { content: ":"; } +#bg { + background-image: url(krebs.png); + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; +} -- cgit v1.2.3