Browse Source

CSS fix: respect whitespace with white-space: pre-wrap

pull/40/head
Michael Save 12 years ago
parent
commit
ad657e5887
  1. 1
      stylesheets/style.css

1
stylesheets/style.css

@ -192,6 +192,7 @@ div.post {
}
div.post p.body {
word-wrap: break-word;
white-space: pre-wrap;
}
div.post.reply {
background: #D6DAF0;

Loading…
Cancel
Save