From f7c520c1d53cdacefc411f40537dbeff15637b4d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 20 Oct 2020 02:22:07 +0000 Subject: [PATCH] Sitemaps: Center the container for sitemap content. Props ramiy, swissspidy. Fixes #50658. Built from https://develop.svn.wordpress.org/trunk@49221 git-svn-id: http://core.svn.wordpress.org/trunk@48983 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php | 6 ++++++ wp-includes/version.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php b/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php index 28c7936a36..e81529af07 100644 --- a/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php +++ b/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php @@ -265,7 +265,13 @@ XSL; color: #444; } + #sitemap { + max-width: 980px; + margin: 0 auto; + } + #sitemap__table { + width: 100%; border: solid 1px #ccc; border-collapse: collapse; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 9f5ffb473b..e733e4cc44 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-49220'; +$wp_version = '5.6-alpha-49221'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.