Files
carpseeds.pl/wp-content/plugins/jetpack.bck/modules/widgets/image-widget/style.css
2024-07-15 11:28:08 +02:00

14 lines
210 B
CSS

/*
* Image Widget styles for Jetpack
*/
/* Clear floats */
.jetpack-image-container:after {
clear: both;
}
.jetpack-image-container:before,
.jetpack-image-container:after {
display: table;
content: "";
}