|
|
@@ -2210,6 +2210,14 @@ li.comment.thread-odd {
|
|
|
border: 10px solid #f1f1f1;
|
|
|
margin-bottom: 0;
|
|
|
}
|
|
|
+
|
|
|
+/* Block-editor image borders: the global `img{border:0}` reset zeroes border-style,
|
|
|
+ which defeats WordPress's low-specificity `:where()` border-style:solid rule. Restore
|
|
|
+ it for images that carry an inline border width so editor-applied borders render. */
|
|
|
+img[style*="border-width"] {
|
|
|
+ border-style: solid;
|
|
|
+}
|
|
|
+
|
|
|
.category-gallery .gallery-thumb {
|
|
|
float: left;
|
|
|
margin-right: 20px;
|