--- a/wp/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php Tue Dec 15 15:52:01 2020 +0100
+++ b/wp/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php Wed Sep 21 18:19:35 2022 +0200
@@ -72,7 +72,7 @@
exclude-result-prefixes="sitemap"
>
- <xsl:output method="html" encoding="UTF-8" indent="yes"/>
+ <xsl:output method="html" encoding="UTF-8" indent="yes" />
<!--
Set variables for whether lastmod, changefreq or priority occur for any url in the sitemap.
@@ -265,7 +265,13 @@
color: #444;
}
+ #sitemap {
+ max-width: 980px;
+ margin: 0 auto;
+ }
+
#sitemap__table {
+ width: 100%;
border: solid 1px #ccc;
border-collapse: collapse;
}