Mercurial > zeropaste
annotate app/assets/stylesheets/box.css @ 92:b09ae54df3cd
Ignores bundler gem deployment path.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Sat, 10 Nov 2012 15:17:05 +0000 |
parents | 50b8738d6428 |
children |
rev | line source |
---|---|
79
50b8738d6428
Use (modified) autosize to automatically resize textarea.
Edho Arief <edho@myconan.net>
parents:
diff
changeset
|
1 * { |
50b8738d6428
Use (modified) autosize to automatically resize textarea.
Edho Arief <edho@myconan.net>
parents:
diff
changeset
|
2 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ |
50b8738d6428
Use (modified) autosize to automatically resize textarea.
Edho Arief <edho@myconan.net>
parents:
diff
changeset
|
3 -moz-box-sizing: border-box; /* Firefox, other Gecko */ |
50b8738d6428
Use (modified) autosize to automatically resize textarea.
Edho Arief <edho@myconan.net>
parents:
diff
changeset
|
4 box-sizing: border-box; /* Opera/IE 8+ */ |
50b8738d6428
Use (modified) autosize to automatically resize textarea.
Edho Arief <edho@myconan.net>
parents:
diff
changeset
|
5 } |