Mercurial > zeropaste
annotate app/assets/stylesheets/pastes.css @ 132:e05e47f7d224
Add raw texts first before doing anything with them.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Mon, 12 Nov 2012 17:27:53 +0700 |
parents | 50b8738d6428 |
children | f390e3903d3c |
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; |
30 | 4 } |