Only use monospace fonts in diff table if so specified

This commit is contained in:
Lance Edgar 2017-08-07 23:22:47 -05:00
parent 2714d3c03c
commit 3fcc105b78
3 changed files with 5 additions and 4 deletions
tailbone/static/css

View file

@ -16,8 +16,8 @@ table.diff td {
padding: 2px 5px;
}
table.diff td.old-value,
table.diff td.new-value{
table.diff.monospace td.old-value,
table.diff.monospace td.new-value{
font-family: monospace;
white-space: pre;
}