# HG changeset patch # User Steve Losh # Date 1276459942 14400 # Node ID ef7d67f7129358a99bda23d9200381ba7808b2c7 # Parent d56ad4bf9dd5373875c53014c8c7db3ef02cc07a web: fix whitespace in comments and signoffs diff -r d56ad4bf9dd5 -r ef7d67f71293 review/static/style.css --- 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; diff -r d56ad4bf9dd5 -r ef7d67f71293 review/static/style.less --- 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;