added bg for transparent images
added width and height below images in diff
This commit is contained in:
parent
4c6c24856c
commit
1de0ea28b9
3 changed files with 19 additions and 1 deletions
|
@ -133,9 +133,12 @@
|
|||
.image {
|
||||
display: inline-block;
|
||||
margin:50px;
|
||||
padding:1px;
|
||||
max-width:400px;
|
||||
|
||||
img{
|
||||
background: url('trans_bg.gif');
|
||||
}
|
||||
|
||||
&.diff_removed {
|
||||
img{
|
||||
border: 1px solid #C00;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue