diff options
author | lassulus <lassulus@googlemail.com> | 2013-11-07 14:10:04 +0100 |
---|---|---|
committer | lassulus <lassulus@googlemail.com> | 2013-11-07 14:10:04 +0100 |
commit | 9cbb93099faebd80cc44d68c818fb9e4e985950e (patch) | |
tree | e2d00803338a2c54e9fab24dfcd42550593ec15c /webchat/public | |
parent | a60cc6eb1b4007f67fe67c1b2865c73e2c8e45db (diff) |
webchat: now with links
Diffstat (limited to 'webchat/public')
-rw-r--r-- | webchat/public/reset.css | 9 |
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 |