Mercurial > zeropaste
view app/assets/stylesheets/pastes.css @ 263:a9c45375a656
Nuke width adjuster from orbit.
author | edogawaconan <me@myconan.net> |
---|---|
date | Wed, 16 Oct 2013 01:55:23 +0900 |
parents | f057e8c78e50 |
children | fa4a1ba990ae |
line wrap: on
line source
textarea#paste_paste, .mirrored_text { font-family: Monaco, Menlo, Consolas, "Courier New", monospace; resize: none; -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; /* Opera/IE 8+ */ } #pl > pre { word-break: normal; }