Merge branch '15445-file-renames' into 'master'

File name change appears on one line

Closes #15445

<img src="/uploads/51714555be63af16b810cf528de49192/Screen_Shot_2016-04-21_at_9.22.43_AM.png" width="500px">

See merge request !3854
This commit is contained in:
Jacob Schatz 2016-04-21 15:53:58 +00:00
commit d2bf73b776
1 changed files with 2 additions and 0 deletions

View File

@ -38,12 +38,14 @@
.filename {
&.old {
display: inline-block;
span.idiff {
background-color: #f8cbcb;
}
}
&.new {
display: inline-block;
span.idiff {
background-color: #a6f3a6;
}