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 19: | Line 18: | ||
} | } | ||
.contributors-ranking > table { | .contributors-ranking > table > tbody { | ||
width: 100%; | width: 100%; | ||
} | } | ||
Line 39: | Line 29: | ||
background-image: none; | background-image: none; | ||
background-color: transparent; | background-color: transparent; | ||
} | } | ||
Line 50: | Line 39: | ||
.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; | ||
width: 100%; | width: 100%; | ||
} | } | ||
Line 59: | Line 47: | ||
.contributionscores tr.header { | .contributionscores tr.header { | ||
display: none; | display: none; | ||
} | } | ||
Line 69: | Line 53: | ||
order: 1; | order: 1; | ||
background: var(--color-primary-gradient); | background: var(--color-primary-gradient); | ||
flex: 0 0 | flex: 0 0 3rem; | ||
line-height: | line-height: 3rem; | ||
font-size: 1. | font-size: 1.7rem; | ||
border-radius: 4px; | border-radius: 4px; | ||
color: white; | color: white; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
/* 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 76: | ||
order: 2; | order: 2; | ||
flex: 1; | flex: 1; | ||
} | } |