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

This commit is contained in:
Michael Save 2012-01-27 04:09:24 +11:00
parent a1f7d8fe14
commit 765bc69094

View File

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