MediaWiki:Common.css: Difference between revisions

From Eli's Software Encyclopedia
mNo edit summary
mNo edit summary
Line 8: Line 8:
.chameleon-infobox tr.data-row > td:first-of-type {
.chameleon-infobox tr.data-row > td:first-of-type {
font-weight: bold;
font-weight: bold;
}
.new-pages tbody tr:first-of-type, .new-pages tbody tr:first-of-type th {
border-top-width: 0;
}
}

Revision as of 12:04, December 10, 2025

.back-top {
	cursor: pointer;
}
#p-contentnavigation a:before,
#p-personal a:before {
	display: none;
}
.chameleon-infobox tr.data-row > td:first-of-type {
	font-weight: bold;
}

.new-pages tbody tr:first-of-type, .new-pages tbody tr:first-of-type th {
	border-top-width: 0;
}