Template:Changelist/style.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
.combolist {
  margin-top: 1em;
}
.changelist > :first-child {
  margin-top: 0;
}
.changelist > dl {
.changelist > dl {
   break-inside: avoid;
   break-inside: avoid;

Revision as of 05:38, 28 May 2021

.changelist > dl {
  break-inside: avoid;
}

.changelist > dl > dd {
  padding-left: 1.25em;
  text-indent: -1.25em;
  margin-left: 0;
}