Slight tweak to styling for #247

This commit is contained in:
Michael Snoyman 2017-12-20 06:44:44 +02:00
parent 51759cbbbc
commit 4d974136da
No known key found for this signature in database
GPG Key ID: A048E8C057E86876
2 changed files with 7 additions and 9 deletions

View File

@ -2,13 +2,4 @@
.table th, .table td {
padding-left: 0;
}
.table span.version-removed {
background-color: red;
text-decoration: line-through;
}
.table span.version-added {
background-color: green;
}
}

View File

@ -0,0 +1,7 @@
.table span.version-removed {
background-color: #fcc;
}
.table span.version-added {
background-color: #cfc;
}