MediaWiki:Vector.css: Difference between revisions

From ILSTRAT
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */
.portal h3, .vector-menu-portal h3 {
.portal h3, .vector-menu-portal h3 {
background-size: 3px !important;
background-size: 30px !important;
}
}
.emptyPortlet {
.emptyPortlet {
         display: block;
         display: block;
}
}

Revision as of 20:00, 8 June 2022

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