Add a diff system

Thanks to https://github.com/paulgb/simplediff/
This commit is contained in:
Némunaire 2012-01-20 17:43:25 +01:00
commit 75f83329af
4 changed files with 95 additions and 5 deletions

View file

@ -113,3 +113,12 @@ div.answer {
font-size: 65%;
font-style: italic;
}
ins
{
color: #00DF22;
}
del
{
color: #DF2200;
}