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