User:Willowisp/common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
} | } | ||
.test :last-child::after { | .test li:last-child::after { | ||
content: none; | content: none; | ||
} | } | ||
.test { | .test { | ||
display: inline; | |||
margin: 0; | |||
padding: 0; | |||
} | |||
.tost br::after { | |||
content: " · "; | |||
font-weight: bold; | |||
} | |||
.tost br:last-child::after { | |||
content: none; | |||
} | |||
.tost { | |||
display: inline; | display: inline; | ||
margin: 0; | margin: 0; | ||
} | } |