Jump to content

Wikipedia:Deprecated sources/styles.css

From Wikipedia, the free encyclopedia
/* Centering for columns 2, 3, 4, 5, 6, and 8
   (date, RfC, auto-revert, edit filter, blacklist, uses) */
.deprecated-sources td:nth-child(2),
.deprecated-sources td:nth-child(3),
.deprecated-sources td:nth-child(4),
.deprecated-sources td:nth-child(5),
.deprecated-sources td:nth-child(6),
.deprecated-sources td:nth-child(8) {
	margin: auto;
	text-align: center;
}

/* Small text and increased line height for column 7 (summaries) */
.deprecated-sources td:nth-child(7) {
	font-size: 85%;
	line-height: 1.75
}

/* Spacing in legend */
.deprecated-sources-legend > ul {
	margin-top: 1em;	
}

.deprecated-sources-legend > ul > li {
	margin-bottom: 1em;
}