Compare images

This commit is contained in:
Dmitriy Zaporozhets 2012-07-05 23:19:37 +03:00
parent 31bc2b9495
commit 9497b1a76e
2 changed files with 17 additions and 8 deletions

View file

@ -101,16 +101,19 @@
margin:50px;
padding:1px;
max-width:400px;
}
&.diff_image_removed {
img {
&.diff_image_removed {
border: 1px solid #C00;
}
&.diff_image_added {
border: 1px solid #0C0;;
}
}
&.diff_image_added {
img {
border: 1px solid #0C0;;
&.img_compared {
img {
max-width:300px;
}
}
}