Make WordPress Core

Changeset 49221


Ignore:
Timestamp:
10/20/2020 02:20:31 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Sitemaps: Center the container for sitemap content.

Props ramiy, swissspidy.
Fixes #50658.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php

    r48471 r49221  
    266266                    }
    267267
     268                    #sitemap {
     269                        max-width: 980px;
     270                        margin: 0 auto;
     271                    }
     272
    268273                    #sitemap__table {
     274                        width: 100%;
    269275                        border: solid 1px #ccc;
    270276                        border-collapse: collapse;
Note: See TracChangeset for help on using the changeset viewer.