Template:Dotlist/style.css

Template page
Revision as of 04:45, 3 July 2021 by RogerDodger (talk | contribs) (Created page with ".dotlist ul { list-style-type: none; margin-left: 0; } .dotlist ul > li { display: inline; } .dotlist ul > li::after { font-weight: bold; content: ' · '; } .dotl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.dotlist ul {
  list-style-type: none;
  margin-left: 0;
}

.dotlist ul > li {
  display: inline;
}

.dotlist ul > li::after {
  font-weight: bold;
  content: ' · ';
}

.dotlist ul > li:last-of-type::after {
  display: none;
}