From 3bfa7b9ef98e4abb3e097bf3d7510e6dede96b9d Mon Sep 17 00:00:00 2001 From: ianbelanger Date: Fri, 28 Feb 2020 20:07:07 +0000 Subject: [PATCH] Bundled Themes: Twenty Thirteen update calendar widget styles for 5.4 markup. Fixes the alignment of month links in the calendar widget with the changes in version 5.4 Props sabernhardt. Fixes #49546. Built from https://develop.svn.wordpress.org/trunk@47392 git-svn-id: http://core.svn.wordpress.org/trunk@47179 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentythirteen/style.css | 16 ++++++++++++++++ wp-includes/version.php | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index 6473b2fd38..84fdf73418 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -2583,6 +2583,22 @@ footer.entry-meta { background-color: transparent; } +.wp-calendar-table { + margin-bottom: 0; +} + +.wp-calendar-nav { + display: table; + line-height: 2; + margin-bottom: 20px; + width: 100%; +} + +.wp-calendar-nav span { + display: table-cell; + text-align: center; +} + /* Text widget */ .widget_text ul, .widget_text ol { diff --git a/wp-includes/version.php b/wp-includes/version.php index 91c26f1a04..b99442430e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-beta3-47391'; +$wp_version = '5.4-beta3-47392'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.