MediaWiki:Splash.css: Difference between revisions

No edit summary
No edit summary
Line 5: Line 5:


.navbox-list {
.navbox-list {
line-height: 4.5em;
line-height: 0.5em;
border-color: #fdfdfd;    /* Must match background color */
border-color: #fdfdfd;    /* Must match background color */
}
}

Revision as of 15:44, 6 October 2020

.navbox th,
.navbox-title {
/*	background-color: black;      /* Level 1 color */
}

.navbox-list {
	line-height: 0.5em;
	border-color: #fdfdfd;    /* Must match background color */
}