MediaWiki:Vector.css: Difference between revisions

From ILSTRAT
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
background-size: auto !important;
background-size: auto !important;
}
}
.emptyPortlet { display: block; }
.emptyPortlet {
        display: block;
}

Revision as of 18:34, 8 June 2022

/* CSS placed here will affect users of the Vector skin */
.portal h3, .vector-menu-portal h3 {
	background-size: auto !important;
}
.emptyPortlet {
        display: block;
}