web: fix whitespace in comments and signoffs
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Sun, 13 Jun 2010 16:12:22 -0400 | 
    
    
        | parents | d56ad4bf9dd5 | 
    
        | children | daf7418e0d28 | 
    
        | branches/tags | (none) | 
    
        | files | review/static/style.css review/static/style.less | 
Changes
    
--- a/review/static/style.css	Sun Jun 13 15:54:42 2010 -0400
+++ b/review/static/style.css	Sun Jun 13 16:12:22 2010 -0400
@@ -477,6 +477,7 @@
   font-size: 12px;
   width: 660px;
   padding-top: 3px;
+  white-space: pre;
 }
 #changeset .content .item-listing .comment .avatar img, #changeset .content .item-listing .signoff .avatar img {
   height: 30px;
--- a/review/static/style.less	Sun Jun 13 15:54:42 2010 -0400
+++ b/review/static/style.less	Sun Jun 13 16:12:22 2010 -0400
@@ -405,6 +405,7 @@
                 font-size: 12px;
                 width: 660px;
                 padding-top: 3px;
+                white-space: pre;
             }
             .avatar img {
                 height: 30px;