MediaWiki:Common.less/fairycode.less
< MediaWiki:Common.less
Jump to navigation
Jump to search
Revision as of 23:13, 4 October 2022 by Jacmob (talk | contribs) (Created page with "→Template:Fairycode: .fairycode { font-family: @serif-stack; font-size: 120%; font-weight: bold; text-transform: lowercase; letter-spacing: 1px; } .fairycode b ~ b:before { content: "•"; }")
/* Template:Fairycode */
.fairycode {
font-family: @serif-stack; font-size: 120%; font-weight: bold; text-transform: lowercase; letter-spacing: 1px;
}
.fairycode b ~ b:before {
content: "•";
}