PluginProbe
Friends / 4.3.2
Friends v4.3.2
4.3.2 4.3.1 4.3.0 4.2.2 4.2.1 4.2.0 4.1.0 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 2.8.0 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.8.9 2.9.0 2.9.1 All 88 releases
← All changes | templates/email/header.php +5 -3 2.8.14.3.2 View file →
@@ -57,11 +57,8 @@
57 57 margin-top: .2rem;
58 58 }
59 59 img {
60 60 object-fit: contain;
61 - }
62 -
63 - figure img, img.size-full {
64 61 max-width: 100% !important;
65 62 height: auto !important;
66 63 }
67 64 figcaption {
@@ -94,8 +91,13 @@
94 91
95 92 code, pre {
96 93 overflow: auto;
97 94 overflow-wrap: break-word;
95 + }
96 +
97 + mark {
98 + background-color: #ff0;
99 + color: #000;
98 100 }
99 101
100 102 hr {
101 103 border: 0;