15 lines
214 B
CSS
15 lines
214 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: "";
|
|
}
|