InlineDiff: base implementation

This commit is contained in:
Valeriy Sizov 2012-07-02 23:08:07 +03:00
parent caf5b9e5fa
commit a09558921b
2 changed files with 64 additions and 2 deletions

View file

@ -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;