Template:Changelist/style.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 13: Line 13:
.changelist > dl > dd .unclear:first-of-type {
.changelist > dl > dd .unclear:first-of-type {
   position: absolute;
   position: absolute;
   left: 0.3em;
   left: 0.2em;
   top: 0.2em;
   top: 0.2em;
}
}

Revision as of 05:10, 15 June 2021

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

.changelist > dl > dd {
  margin-left: 0;
  padding-left: 1.6em;
  position: relative;
}

.changelist > dl > dd .buff:first-of-type,
.changelist > dl > dd .nerf:first-of-type,
.changelist > dl > dd .unclear:first-of-type {
  position: absolute;
  left: 0.2em;
  top: 0.2em;
}