euscanwww: try to keep trace of versions change

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
This commit is contained in:
Corentin Chary
2011-08-25 15:39:54 +02:00
parent 7570453bc2
commit d0fa19bc1d
15 changed files with 585 additions and 79 deletions

View File

@ -216,6 +216,14 @@ th
border: 1px dotted #5682AD;
}
.added {
color: #262;
}
.removed {
color: #F00;
}
.err
{
border-color: #F00;
@ -258,4 +266,9 @@ th
.package_stat .upstream {
background: #FDEADD;
}
}
.log {
max-height: 100pt;
overflow: auto;
}