From a00d79a07d7518d2885d610cf47f30c2c246dfcc Mon Sep 17 00:00:00 2001 From: Ian Belanger Date: Fri, 28 Feb 2020 20:05:39 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@47392 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentythirteen/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/wp-content/themes/twentythirteen/style.css b/src/wp-content/themes/twentythirteen/style.css index 6473b2fd38..84fdf73418 100644 --- a/src/wp-content/themes/twentythirteen/style.css +++ b/src/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 {