PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 16.3-a.1
Jetpack – WP Security, Backup, Speed, & Growth v16.3-a.1
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 14.1.1 All 503 releases
jetpack / modules / widgets / my-community / style.css

style.css in Jetpack – WP Security, Backup, Speed, & Growth 16.3-a.1, at modules/widgets/my-community/style.css

36 lines 656 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Multi-Column Grid Layout */
2 .widgets-multi-column-grid ul {
3 overflow: hidden;
4 padding: 0;
5 margin: 0;
6 list-style-type: none;
7 }
8
9 .widgets-multi-column-grid ul li {
10 background: none;
11 clear: none;
12 float: left;
13 margin: 0 -5px -3px 0;
14 padding: 0 8px 6px 0;
15 border: none;
16 list-style-type: none !important;
17 }
18
19 .widgets-multi-column-grid ul li a {
20 background: none;
21 margin: 0;
22 padding: 0;
23 border: 0;
24 }
25
26 .widgets-multi-column-grid .avatar {
27 vertical-align: middle;
28 }
29
30 /* Ensure My Community images fit the 48 pixel grid. */
31 .widget_jetpack_my_community .avatar-48,
32 .widget_jetpack_my_community .avatar-240 {
33 max-width: 48px;
34 max-height: 48px;
35 }
36