Template:Dotlist/style.css: Difference between revisions

Template page
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 16: Line 16:
.dotlist ul > li:last-of-type::after {
.dotlist ul > li:last-of-type::after {
   display: none;
   display: none;
}
[class^="infobox"] .dotlist ul {
  margin: 0;
}
}

Latest revision as of 07:29, 14 January 2022

.dotlist ul {
  list-style-type: none;
  margin-left: 0;
}

.dotlist ul > li {
  display: inline;
}

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

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

[class^="infobox"] .dotlist ul {
  margin: 0;
}