User:Willowisp/common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with ".test ::after { content: " · "; }") |
No edit summary |
||
Line 1: | Line 1: | ||
.test ::after { | .test ::after { | ||
content: " · "; | content: " · "; | ||
} | |||
.test :last-child::after { | |||
content: none; | |||
} | } |