Files

14 lines
210 B
CSS
Raw Permalink Normal View History

2025-02-05 23:15:46 +01:00
/*
* Image Widget styles for Jetpack
*/
/* Clear floats */
.jetpack-image-container:after {
clear: both;
}
.jetpack-image-container:before,
.jetpack-image-container:after {
display: table;
content: "";
}