This repository has been archived on 2023-08-16. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Omphaloskepsis/plugins/jetpack/modules/widgets/image-widget/style.css

14 lines
210 B
CSS
Raw Normal View History

2018-03-21 18:19:20 +00: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: "";
}