Corrected whitespace handling in the blob/diff view

This commit is contained in:
Correl Roush 2010-11-22 15:14:33 -05:00
parent d5312f2361
commit 6c34163c70

View file

@ -63,7 +63,7 @@ table.diff {
table.diff td { table.diff td {
padding-left: .3em; padding-left: .3em;
padding-right: .3em; padding-right: .3em;
white-space: nowrap; white-space: pre;
} }
table.diff .break { table.diff .break {
background-color: #babaee; background-color: #babaee;