1
0

Add fallback styles for image links

This is required by the lightbox plugin. It does not harm blogs
that do not use the lightbox plugin, but makes image links easier
to click.

References 
This commit is contained in:
Matthias Mees
2016-02-04 18:05:37 +01:00
parent eb13701244
commit 7e9524c7bb

@ -88,4 +88,8 @@
text-align: center;
}
.serendipity_image_link {
display: block;
}
/* END OF style_fallback.css */