PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 16.3-a.1
Jetpack – WP Security, Backup, Speed, & Growth v16.3-a.1
16.3-a.3 16.3-a.1 16.2 16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 All 504 releases
← All changes | modules/widgets/top-posts/style.css +13 -11 12.7.316.3-a.1 View file →
@@ -1,5 +1,5 @@
1 -/*
1 +/*
2 2 * Top Posts Widget styles for Jetpack
3 3 */
4 4
5 5 /* 2-Column Grid Layout */
@@ -7,15 +7,15 @@
7 7 .widgets-grid-layout {
8 8 width: 100%;
9 9 }
10 10
11 -.widgets-grid-layout:before,
12 -.widgets-grid-layout:after {
11 +.widgets-grid-layout::before,
12 +.widgets-grid-layout::after {
13 13 content: " ";
14 14 display: table;
15 15 }
16 16
17 -.widgets-grid-layout:after {
17 +.widgets-grid-layout::after {
18 18 clear: both;
19 19 }
20 20
21 21 .widget-grid-view-image {
@@ -78,18 +78,20 @@
78 78 margin: 0;
79 79 list-style-type: none;
80 80 }
81 81
82 -.widgets-list-layout li:before,
83 -.widgets-list-layout li:after {
84 - content:"";
85 - display:table;
82 +.widgets-list-layout li::before,
83 +.widgets-list-layout li::after {
84 + content: "";
85 + display: table;
86 86 }
87 -.widgets-list-layout li:after {
88 - clear:both;
87 +
88 +.widgets-list-layout li::after {
89 + clear: both;
89 90 }
91 +
90 92 .widgets-list-layout li {
91 - zoom:1;
93 + zoom: 1;
92 94 margin-bottom: 1em;
93 95 list-style-type: none !important;
94 96 }
95 97