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; }