summaryrefslogtreecommitdiffstats
path: root/webchat/public/reset.css
diff options
context:
space:
mode:
authortv <tv@nomic.retiolum>2013-11-07 14:13:37 +0100
committertv <tv@nomic.retiolum>2013-11-07 14:13:37 +0100
commitfd19f24133035949ab184d2a0e34c7a6de3ce2f3 (patch)
tree25e2b844bb02821fb33035ca1a40d20ad5fc65c0 /webchat/public/reset.css
parente70919d5dc67d4ab52f16875333f007ced357a72 (diff)
parentd1b14200af459696d45b661fa71b4f17e7793979 (diff)
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'webchat/public/reset.css')
-rw-r--r--webchat/public/reset.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/webchat/public/reset.css b/webchat/public/reset.css
index 3f9ecbb9..c99fc307 100644
--- a/webchat/public/reset.css
+++ b/webchat/public/reset.css
@@ -102,4 +102,13 @@ a {
}
#time {
color: #00FF00;
+}
+#sideboard {
+ position: absolute;
+ top: 0;
+ right: 0;
+ height: 100%;
+ width: 24%;
+ background-color: black;
+ opacity: 0.8;
} \ No newline at end of file