MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
Tag: Manual revert
No edit summary
Line 3: Line 3:
     display: block;
     display: block;
     width: 100%;
     width: 100%;
}
.brand-md-cover-div {
width:200px;
}
}

Revision as of 00:07, 18 January 2024

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

.brand-md-cover-div {
	width:200px;
}