The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 4: | Line 4: | ||
margin: 0.5rem; | margin: 0.5rem; | ||
border-radius: 4px; | border-radius: 4px; | ||
} | } | ||
Line 17: | Line 16: | ||
font-weight: bold; | font-weight: bold; | ||
text-transform: lowercase; | text-transform: lowercase; | ||
} | } | ||
Line 39: | Line 25: | ||
background-image: none; | background-image: none; | ||
background-color: transparent; | background-color: transparent; | ||
} | } | ||
Line 50: | Line 35: | ||
.contributionscores tr { | .contributionscores tr { | ||
display: flex; | display: flex; | ||
padding: | padding: 1rem 0; | ||
border-bottom: 1px solid var(--color-primary1); | border-bottom: 1px solid var(--color-primary1); | ||
justify-content: space-between; | justify-content: space-between; | ||
} | } | ||
.contributionscores tr.header { | .contributionscores tr.header { | ||
display: none; | display: none; | ||
} | } | ||
Line 68: | Line 47: | ||
.contributionscores tr td:nth-child(1) { | .contributionscores tr td:nth-child(1) { | ||
order: 1; | order: 1; | ||
} | } | ||
/* Score */ | /* Score */ | ||
.contributionscores tr td:nth-child(2) { | .contributionscores tr td:nth-child(2) { | ||
order: 5; | order: 5; | ||
} | } | ||
/* Pages */ | /* Pages */ | ||
.contributionscores tr td:nth-child(3) { | .contributionscores tr td:nth-child(3) { | ||
order: 4; | order: 4; | ||
} | } | ||
/* Edits */ | /* Edits */ | ||
.contributionscores tr td:nth-child(4) { | .contributionscores tr td:nth-child(4) { | ||
order: 3; | order: 3; | ||
} | } | ||
/* User */ | /* User */ | ||
Line 106: | Line 64: | ||
order: 2; | order: 2; | ||
flex: 1; | flex: 1; | ||
} | } |