View source for MediaWiki:Gadget-site.css
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* Horizontal list */
.mw-body-content .hlist ul {
display: inline;
margin: 0;
padding: 0;
}
.mw-body-content .hlist li {
display: inline;
}
.mw-body-content .hlist li:not(:last-child) {
padding-right: 0.286em;
}
.mw-body-content .hlist li:not(:last-child)::after {
content: "";
display: inline-block;
position: relative;
left: 0.286em;
bottom: 0.214em;
background-color: #CECDDF;
height: 5px;
width: 5px;
border-radius: 50px;
}
.mw-body-content .hlist li li:first-child::before {
content: "(";
000
1:0
Return to MediaWiki:Gadget-site.css.