wp/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 21 48c4eec2b7e6
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
    70 		xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    70 		xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    71 		xmlns:sitemap="http://www.sitemaps.org/schemas/sitemap/0.9"
    71 		xmlns:sitemap="http://www.sitemaps.org/schemas/sitemap/0.9"
    72 		exclude-result-prefixes="sitemap"
    72 		exclude-result-prefixes="sitemap"
    73 		>
    73 		>
    74 
    74 
    75 	<xsl:output method="html" encoding="UTF-8" indent="yes"/>
    75 	<xsl:output method="html" encoding="UTF-8" indent="yes" />
    76 
    76 
    77 	<!--
    77 	<!--
    78 	  Set variables for whether lastmod, changefreq or priority occur for any url in the sitemap.
    78 	  Set variables for whether lastmod, changefreq or priority occur for any url in the sitemap.
    79 	  We do this up front because it can be expensive in a large sitemap.
    79 	  We do this up front because it can be expensive in a large sitemap.
    80 	  -->
    80 	  -->
   263 					body {
   263 					body {
   264 						font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
   264 						font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
   265 						color: #444;
   265 						color: #444;
   266 					}
   266 					}
   267 
   267 
       
   268 					#sitemap {
       
   269 						max-width: 980px;
       
   270 						margin: 0 auto;
       
   271 					}
       
   272 
   268 					#sitemap__table {
   273 					#sitemap__table {
       
   274 						width: 100%;
   269 						border: solid 1px #ccc;
   275 						border: solid 1px #ccc;
   270 						border-collapse: collapse;
   276 						border-collapse: collapse;
   271 					}
   277 					}
   272 
   278 
   273 			 		#sitemap__table tr td.loc {
   279 			 		#sitemap__table tr td.loc {