Only use monospace fonts in diff table if so specified
This commit is contained in:
parent
2714d3c03c
commit
3fcc105b78
3 changed files with 5 additions and 4 deletions
tailbone/static/css
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue