WordPress/wp-includes/blocks/calendar/style.min.css
desrosj d4085bc90d Build/Test Tools: Update PostCSS to version 8.
This updates PostCSS related dependencies for the main Core build process to versions that use the latest major version of PostCSS, 8.x.

There were no changes to any versioned CSS files as a result of this update directly. However, two occurrences of `-o-tab-size` have been removed due to the version of `caniuse-lite` used being updated in the process.

See #57554, #57555.
Built from https://develop.svn.wordpress.org/trunk@55150


git-svn-id: http://core.svn.wordpress.org/trunk@54683 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-01-27 15:56:28 +00:00

1 line
409 B
CSS

.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{border:1px solid #ddd;padding:.25em}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table th{background:#ddd;font-weight:400}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}