MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 134: | Line 134: | ||
margin-right: auto; | margin-right: auto; | ||
margin-left: auto; | margin-left: auto; | ||
text-align: center; | |||
} | |||
/* MediaWiki may place introductory text in the same .center wrapper as the | |||
icon links. Keep that text above the grid instead of treating it as an icon | |||
cell. */ | |||
.skin-citizen .wizlords-mainpage-left > .center:has(> .wizlords-imagetext) > p, | |||
.skin-citizen .wizlords-mainpage-right > .center:has(> .wizlords-imagetext) > p { | |||
grid-column: 1 / -1; | |||
width: 100%; | |||
margin: 0 0 8px; | |||
text-align: center; | text-align: center; | ||
} | } | ||