|
@@ -502,4 +502,14 @@ p.has-drop-cap:not(:focus):first-letter {
|
|
text-align: var(--wp--custom--video--caption--text-align);
|
|
text-align: var(--wp--custom--video--caption--text-align);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.wp-block-table figcaption {
|
|
|
|
+ font-size: var(--wp--custom--table--figcaption--typography--font-size);
|
|
|
|
+ text-align: center;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.wp-block-table td, .wp-block-table th {
|
|
|
|
+ border: 1px solid;
|
|
|
|
+ padding: calc(0.5*var(--wp--custom--margin--vertical)) calc(0.5*var(--wp--custom--margin--horizontal));
|
|
|
|
+}
|
|
|
|
+
|
|
/*# sourceMappingURL=ponyfill.css.map */
|
|
/*# sourceMappingURL=ponyfill.css.map */
|