kollapsminoriteten/wp-content/plugins/jetpack/modules/widgets/image-widget/style.css

15 lines
214 B
CSS
Raw Normal View History

2019-11-15 23:26:29 +01:00
/*
* Image Widget styles for Jetpack
*/
/* Clear floats */
2025-05-07 06:48:41 +02:00
.jetpack-image-container::after {
2019-11-15 23:26:29 +01:00
clear: both;
}
2025-05-07 06:48:41 +02:00
.jetpack-image-container::before,
.jetpack-image-container::after {
2019-11-15 23:26:29 +01:00
display: table;
content: "";
}