InlineDiff: base implementation
This commit is contained in:
parent
caf5b9e5fa
commit
a09558921b
2 changed files with 64 additions and 2 deletions
|
@ -82,6 +82,17 @@
|
|||
color:#333;
|
||||
font-size: 12px;
|
||||
font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace;
|
||||
.old{
|
||||
span.idiff{
|
||||
background-color:#FAA;
|
||||
}
|
||||
}
|
||||
.new{
|
||||
span.idiff{
|
||||
background-color:#AFA;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
.diff_file_content_image {
|
||||
background:#eee;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue