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 #388
This commit is contained in:
@ -88,4 +88,8 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.serendipity_image_link {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* END OF style_fallback.css */
|
||||
|
Reference in New Issue
Block a user