additional_plugins/serendipity_event_lightbox/fixchrome.css
2014-11-01 20:00:10 +01:00

14 lines
366 B
CSS

/* on Safari and Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
/* allows floated images to display in lightbox without need to disable the float */
.serendipity_image_link:before {
content: '';
display: inline-block;
}
/* same for centered images */
.serendipity_image_center {
display: block;
}
}