mirror of
https://github.com/KevinMidboe/planetposen-original.git
synced 2025-10-29 09:40:32 +00:00
14 lines
215 B
CSS
14 lines
215 B
CSS
.inline-block {
|
|
display: inline-block;
|
|
vertical-align: baseline;
|
|
}
|
|
li.full-width {
|
|
width: auto;
|
|
}
|
|
li div div.inline-block a img {
|
|
text-indent: 0;
|
|
}
|
|
img {
|
|
-ms-interpolation-mode: bicubic;
|
|
}
|