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/gravatar-profile.css +35 -42 13.5.216.3-a.1 View file →
@@ -1,46 +1,39 @@
1 -.widget-grofile {
1 +.widget-grofile h4 {
2 + margin: 1em 0 0.5em;
2 3 }
3 - .widget-grofile h4 {
4 - margin: 1em 0 .5em;
5 - }
6 - .widget-grofile ul.grofile-urls {
7 - margin-left: 0;
8 - overflow: hidden;
9 - }
10 - .widget-grofile ul.grofile-accounts li {
11 - list-style: none;
12 - display: inline;
13 - }
14 4
15 - .widget-grofile ul.grofile-accounts li::before {
16 - content: "" !important; /* Kubrick :( */
17 - }
18 - .widget-grofile .grofile-accounts-logo {
19 - background-image: url('https://secure.gravatar.com/images/grav-share-sprite.png');
20 - background-repeat: no-repeat;
21 - /*background-position: -16px -16px;*/
22 - width: 16px; /* So we don't show the topmost logo */
23 - height: 16px; /* So we don't show the topmost logo */
24 - float: left;
25 - margin-right: 8px;
26 - margin-bottom: 8px;
27 - }
28 - .rtl .widget-grofile .grofile-accounts-logo {
29 - margin-left: 8px;
30 - margin-right: 0;
31 - }
5 +.widget-grofile ul.grofile-urls {
6 + margin-left: 0;
7 + overflow: hidden;
8 +}
32 9
33 - .grofile-thumbnail {
34 - width: 500px;
35 - max-width: 100%;
36 - }
37 - @media
38 -only screen and (-webkit-min-device-pixel-ratio: 1.5),
39 -only screen and (-o-min-device-pixel-ratio: 3/2),
40 -only screen and (min--moz-device-pixel-ratio: 1.5),
41 -only screen and (min-device-pixel-ratio: 1.5) {
42 - .widget-grofile .grofile-accounts-logo {
43 - background-image: url('https://secure.gravatar.com/images/grav-share-sprite-2x.png');
44 - background-size: 16px 784px;
45 - }
10 +.widget-grofile ul.grofile-accounts li {
11 + list-style: none;
12 + display: inline;
13 +}
14 +
15 +.widget-grofile ul.grofile-accounts li::before {
16 + content: "" !important; /* Kubrick :( */
17 +}
18 +
19 +.widget-grofile ul.grofile-accounts li a:focus {
20 + outline: none;
21 +}
22 +
23 +.widget-grofile .grofile-accounts-logo {
24 + width: 24px;
25 + height: 24px;
26 + float: left;
27 + margin-right: 8px;
28 + margin-bottom: 8px;
29 +}
30 +
31 +.rtl .widget-grofile .grofile-accounts-logo {
32 + margin-left: 8px;
33 + margin-right: 0;
34 +}
35 +
36 +.grofile-thumbnail {
37 + width: 500px;
38 + max-width: 100%;
46 39 }