make img an inline-block so that it continues having space, even when is a broken link
parent
8ce7719a33
commit
35148008b6
|
@ -102,6 +102,9 @@ input[disabled] {
|
||||||
color: #888888;
|
color: #888888;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
img.normal {
|
img.normal {
|
||||||
border: white solid 1px;
|
border: white solid 1px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -109,6 +109,10 @@ input[disabled] {
|
||||||
color: #777777;
|
color: #777777;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
img.normal {
|
img.normal {
|
||||||
border: #cccccc solid 1px;
|
border: #cccccc solid 1px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -107,6 +107,9 @@ input[disabled] {
|
||||||
color: #888888;
|
color: #888888;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
img.normal {
|
img.normal {
|
||||||
border: white solid 1px;
|
border: white solid 1px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue