comparison app/assets/stylesheets/box.css @ 79:50b8738d6428

Use (modified) autosize to automatically resize textarea.
author Edho Arief <edho@myconan.net>
date Mon, 08 Oct 2012 14:00:36 +0700
parents
children
comparison
equal deleted inserted replaced
78:6ae3333a0251 79:50b8738d6428
1 * {
2 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
3 -moz-box-sizing: border-box; /* Firefox, other Gecko */
4 box-sizing: border-box; /* Opera/IE 8+ */
5 }