Template:Dotlist/style.css: Difference between revisions

Template page
No edit summary
No edit summary
 
Line 18: Line 18:
}
}


[class^="infobox"] .dotlist {
[class^="infobox"] .dotlist ul {
   margin: 0;
   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;
}