Sitemaps: Center the container for sitemap content.
Props ramiy, swissspidy. Fixes #50658. git-svn-id: https://develop.svn.wordpress.org/trunk@49221 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
029dd1bbb9
commit
16468a23ac
@ -265,7 +265,13 @@ XSL;
|
|||||||
color: #444;
|
color: #444;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sitemap {
|
||||||
|
max-width: 980px;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
#sitemap__table {
|
#sitemap__table {
|
||||||
|
width: 100%;
|
||||||
border: solid 1px #ccc;
|
border: solid 1px #ccc;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user