moonbridge

diff example_webpage.css @ 121:4997e742c81c

Added multiuser chat to example
author bsw
date Sat Apr 11 00:10:45 2015 +0200 (2015-04-11)
parents f6d3b3f70dab
children
line diff
     1.1 --- a/example_webpage.css	Fri Apr 10 13:17:29 2015 +0200
     1.2 +++ b/example_webpage.css	Sat Apr 11 00:10:45 2015 +0200
     1.3 @@ -29,3 +29,16 @@
     1.4    padding: 0.5ex 0.5em;
     1.5  }
     1.6  
     1.7 +#chat {
     1.8 +  background: #fff;
     1.9 +  margin-bottom: 1ex;
    1.10 +  padding: 0.5ex 0.5em;
    1.11 +}
    1.12 +
    1.13 +#chat .line .name {
    1.14 +  margin-right: 0.5em;
    1.15 +  color: #777;
    1.16 +}
    1.17 +
    1.18 +#chat .line .msg {
    1.19 +}
    1.20 \ No newline at end of file

Impressum / About Us