MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 1,436: | Line 1,436: | ||
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
} | |||
.wikitable.wizlords-example-table-full-heal, | |||
.wizlords-example-table-full-heal { | |||
max-width: 500px; | |||
} | |||
.wikitable.wizlords-example-table-full-heal th:first-child, | |||
.wikitable.wizlords-example-table-full-heal td:first-child, | |||
.wizlords-example-table-full-heal th:first-child, | |||
.wizlords-example-table-full-heal td:first-child { | |||
width: 34%; | |||
} | |||
.wikitable.wizlords-example-table-full-heal th:nth-child(2), | |||
.wikitable.wizlords-example-table-full-heal td:nth-child(2), | |||
.wizlords-example-table-full-heal th:nth-child(2), | |||
.wizlords-example-table-full-heal td:nth-child(2) { | |||
width: 66%; | |||
} | } | ||
| Line 1,512: | Line 1,531: | ||
border: 0 !important; | border: 0 !important; | ||
border-radius: 0; | border-radius: 0; | ||
} | |||
.wikitable.wizlords-example-table-full-heal, | |||
.wizlords-example-table-full-heal { | |||
max-width: 500px; | |||
} | } | ||