MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.mw-capiunto-infobox > * {
.mw-capiunto-infobox > * {
     width:22em;
    display: block;
     width: 100%;
}
}

Revision as of 22:30, 10 January 2024

/* CSS placed here will be applied to all skins */
.mw-capiunto-infobox > * {
     display: block;
     width: 100%;
}