diff options
author | lassulus <lassulus@googlemail.com> | 2013-11-06 19:07:32 +0100 |
---|---|---|
committer | lassulus <lassulus@googlemail.com> | 2013-11-06 19:07:32 +0100 |
commit | af3a5da71316c355de04e64a5a34d4fc1856220e (patch) | |
tree | 7aad836d19b8b5a1f600afea8c141b29a5b99ecc /webchat | |
parent | cd7baeae99a1e3835a9af1f00bbbcd442cea27e2 (diff) |
webchat: border around chatbox
Diffstat (limited to 'webchat')
-rw-r--r-- | webchat/public/reset.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webchat/public/reset.css b/webchat/public/reset.css index 17e10567..c291544d 100644 --- a/webchat/public/reset.css +++ b/webchat/public/reset.css @@ -49,6 +49,7 @@ q:before, q:after { border-spacing: 0; background-color: black; color: white; + border: 5px solid black; } .chat_from { color:grey; |