Topic on Extension talk:Contribution Scores

Stuartbman (talkcontribs)

Just in case anyone is looking for a way to hide columns when inserting the table into pages, this can be added into Common.css:

.contributionscores td:nth-child(2) {     display:none; } .contributionscores .header th:nth-child(2) {     display:none; }

Reply to "Hiding columns"