PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 16.1.1
Jetpack – WP Security, Backup, Speed, & Growth v16.1.1
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 14.2.2 14.3.1 14.4.2 All 500 releases
jetpack / modules / shortcodes / css / gravatar-amp.css
gravatar-amp.css
42 lines 559 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Styles for [gravatar_profile] shortcode when it is called from an AMP context
3 */
4 .grofile-wrap {
5 border: solid 1px #f0f0f1;
6 padding: 10px;
7 }
8
9 .grofile {
10 padding: 0 0 5px 0;
11 }
12
13 .grofile-left {
14 float: left;
15 display: block;
16 width: 96px;
17 margin-right: 15px;
18 }
19
20 .grofile .gravatar {
21 margin-bottom: 5px;
22 }
23
24 .grofile-clear {
25 clear: left;
26 font-size: 1px;
27 height: 1px;
28 }
29
30 .grofile ul li a {
31 text-indent: -99999px;
32 }
33
34 .grofile .grofile-left a:hover {
35 text-decoration: none !important;
36 border: none !important;
37 }
38
39 .grofile-name {
40 margin-top: 0;
41 }
42