Template:Category tree bulleted/style.css
< Template:Category tree bulleted
Jump to navigation
Jump to search
Revision as of 17:19, 12 November 2021 by Wikipedia>KaerbaqianRen
.catTreeBulleted .CategoryTreeItem a::before {
content: "•";
font-size: 1.1em;
font-weight: bold;
line-height: 0;
user-select:none;
position:relative;
padding-right:5px;
color: black;
display:inline-block;
}
.catTreeBulleted .CategoryTreeItem a {
margin-left:-9px;
}
.catTreeBulleted .CategoryTreeItem .CategoryTreeBullet + a:before {
content: "";
padding-right:unset;
}
.catTreeBulleted .CategoryTreeItem .CategoryTreeBullet + a {
margin-left: unset;
}