Mercurial > zeropaste
annotate app/assets/stylesheets/pastes.css @ 153:1d6f6288cd15
The .css isn't needed.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Mon, 26 Nov 2012 22:46:55 +0700 |
parents | f390e3903d3c |
children | 720ef40cb4bb |
rev | line source |
---|---|
79
50b8738d6428
Use (modified) autosize to automatically resize textarea.
Edho Arief <edho@myconan.net>
parents:
76
diff
changeset
|
1 textarea#paste_paste, .mirrored_text { |
30 | 2 font-family: Monaco, Menlo, Consolas, "Courier New", monospace; |
79
50b8738d6428
Use (modified) autosize to automatically resize textarea.
Edho Arief <edho@myconan.net>
parents:
76
diff
changeset
|
3 resize: none; |
145
f390e3903d3c
Limit box-sizing border-box to paste_paste.
Edho Arief <edho@myconan.net>
parents:
79
diff
changeset
|
4 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ |
f390e3903d3c
Limit box-sizing border-box to paste_paste.
Edho Arief <edho@myconan.net>
parents:
79
diff
changeset
|
5 -moz-box-sizing: border-box; /* Firefox, other Gecko */ |
f390e3903d3c
Limit box-sizing border-box to paste_paste.
Edho Arief <edho@myconan.net>
parents:
79
diff
changeset
|
6 box-sizing: border-box; /* Opera/IE 8+ */ |
30 | 7 } |