css compatibility
This commit is contained in:
parent
de50259cdc
commit
c891df8a61
1 changed files with 8 additions and 8 deletions
|
@ -144,15 +144,15 @@ details[open] > summary::after {
|
|||
content: " (click to collapse)";
|
||||
}
|
||||
|
||||
div.buttons > a {
|
||||
div.buttons a {
|
||||
font-size: 0;
|
||||
& > img {
|
||||
}
|
||||
div.buttons a > img {
|
||||
image-rendering: crisp-edges;
|
||||
image-rendering: pixelated;
|
||||
object-fit: contain;
|
||||
width: 88px;
|
||||
height: 31px;
|
||||
}
|
||||
}
|
||||
|
||||
table {
|
||||
|
|
Loading…
Reference in a new issue