[extensions-web] Use white-space: pre-wrap; for reviews



commit d6d2687b92a6ef02ebe838b47713e58746289825
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Nov 21 13:10:54 2011 -0500

    Use white-space: pre-wrap; for reviews

 sweettooth/static/css/sweettooth.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/sweettooth/static/css/sweettooth.css b/sweettooth/static/css/sweettooth.css
index 2320f13..85ca718 100644
--- a/sweettooth/static/css/sweettooth.css
+++ b/sweettooth/static/css/sweettooth.css
@@ -556,6 +556,7 @@ input[type=submit], button {
 .review blockquote {
     padding: .5em;
     white-space: pre;
+    white-space: pre-wrap;
     border: 1px solid #BABDB6;
     border-left: 1em solid #A5A5AF;
     border-radius: 2px 2px 2px 2px;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]