# jetpack/16.2/modules/widgets/image-widget/style.css

Jetpack – WP Security, Backup, Speed, &amp; Growth, version 16.2. 15 lines.

- Page: https://pluginprobe.com/plugins/jetpack/16.2/code/modules/widgets/image-widget/style.css
- Raw: https://pluginprobe.com/plugins/jetpack/16.2/raw/modules/widgets/image-widget/style.css
- Modified: 2025-11-24T17:00:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/jetpack/16.2/code/modules/widgets/image-widget/style.css#L10-L20`.

```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: "";
}

```
