view app/assets/stylesheets/pastes.css @ 256:0b5f83d99c54

Update README to reflect database change.
author edogawaconan <me@myconan.net>
date Mon, 14 Oct 2013 17:51:27 +0000
parents 720ef40cb4bb
children f057e8c78e50
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;
}