summaryrefslogtreecommitdiffstats
path: root/webchat/public
diff options
context:
space:
mode:
authortv <tv@nomic.retiolum>2013-11-06 17:34:33 +0100
committertv <tv@nomic.retiolum>2013-11-06 17:34:33 +0100
commitf66bcf8e0527a1c08445ce0cbf327d5b20045b09 (patch)
tree2a74ccf1b218011febe5350544a8fbda2fd89515 /webchat/public
parent38255554031cc8d0a52bd9e1731a0a873b3349c7 (diff)
parent7e68e86baf90dfe91abae7c4589091f089f8565b (diff)
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'webchat/public')
-rw-r--r--webchat/public/krebs.pngbin0 -> 956 bytes
-rw-r--r--webchat/public/reset.css8
2 files changed, 8 insertions, 0 deletions
diff --git a/webchat/public/krebs.png b/webchat/public/krebs.png
new file mode 100644
index 00000000..263d5b1c
--- /dev/null
+++ b/webchat/public/krebs.png
Binary files differ
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;
+}