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 34: | ||
background-image: none; | background-image: none; | ||
background-color: transparent; | background-color: transparent; | ||
} | } | ||
Line 50: | Line 44: | ||
.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 62: | Line 55: | ||
.contributionscores tr td { | .contributionscores tr td { | ||
padding: 0.25rem | padding: 0.25rem; | ||
} | } | ||
Line 81: | Line 74: | ||
.contributionscores tr td:nth-child(2) { | .contributionscores tr td:nth-child(2) { | ||
order: 5; | order: 5; | ||
} | } | ||
/* Pages */ | /* Pages */ | ||
Line 90: | Line 81: | ||
.contributionscores tr td:nth-child(3):before { | .contributionscores tr td:nth-child(3):before { | ||
content: "description"; | content: "description"; | ||
font-family: "Material | font-family: "Material Icons Outlined"; | ||
padding-right: 0. | padding-right: 0.25rem; | ||
} | } | ||
/* Edits */ | /* Edits */ | ||
Line 99: | Line 90: | ||
.contributionscores tr td:nth-child(4):before { | .contributionscores tr td:nth-child(4):before { | ||
content: "edit"; | content: "edit"; | ||
font-family: "Material | font-family: "Material Icons Outlined"; | ||
padding-right: 0. | padding-right: 0.25rem; | ||
} | } | ||
/* User */ | /* User */ | ||
Line 107: | Line 98: | ||
flex: 1; | flex: 1; | ||
font-weight: bold; | font-weight: bold; | ||
overflow-wrap: | overflow-wrap: break-word; | ||
} | } |