Template:Navbox/styles.css: Difference between revisions

(Created page with ".hlist .navbox-list li:after { content: " • "; font-weight: normal } .hlist .navbox-list li:last-child:after { content: none }")
 
(Thanathros changed the content model of the page Template:Navbox/styles.css from "wikitext" to "Sanitized CSS")
Tag: content model change
 
(No difference)

Latest revision as of 10:26, 1 October 2020

.hlist .navbox-list li:after {
    content: " • ";
    font-weight: normal
}

.hlist .navbox-list li:last-child:after {
    content: none
}