Wikipedia:Deprecated sources/styles.css: Difference between revisions

From PsiForum
Jump to navigation Jump to search
(Created page with "→‎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) {...")
(No difference)

Revision as of 00:56, 15 January 2022

/* 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; }