Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
/* [[Category:CSS from Wikimedia]] */
/* make an unbulleted list with separators defined externally */
ul.seplist {
	margin: 0;
    padding: 0;
    list-style: none;
}
.seplist li {
    margin: 0;
    padding: 0 0.25em 0 0;
}