summaryrefslogtreecommitdiff
path: root/public/css/style.css
blob: 45c8cbf65e18fcd61fed32af1cc9135a4aa8381d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*-*- coding:utf-8; mode:css; -*-*/

* {
    margin: 0;
    padding: 0;
}
#chat #history {
    border: solid 1px #ccc;
    height: 300px;
    overflow-y: scroll;
    width: 500px;
}
#chat .controls input:not([type]) {
    border: solid 1px #ccc;
    width: 500px;
}