view app/assets/stylesheets/pastes.css @ 261:f057e8c78e50

Fix /show.
author edogawaconan <me@myconan.net>
date Tue, 15 Oct 2013 22:40:08 +0900
parents 720ef40cb4bb
children a9c45375a656
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;
}

.row {
  margin-bottom: 20px;
}