summaryrefslogtreecommitdiffstats
path: root/webchat/public
diff options
context:
space:
mode:
authorlassulus <lassulus@googlemail.com>2013-11-06 17:05:44 +0100
committerlassulus <lassulus@googlemail.com>2013-11-06 17:05:44 +0100
commit7e68e86baf90dfe91abae7c4589091f089f8565b (patch)
tree855f6bb2fcad3742c8683b538296ae348c59636d /webchat/public
parentda171ecdd8a43848e6ce21dd6e540ffc52d2af89 (diff)
webchat: krebs now as background
Diffstat (limited to 'webchat/public')
-rw-r--r--webchat/public/reset.css8
1 files changed, 8 insertions, 0 deletions
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;
+}