Template:Changelist/style.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 4: Line 4:


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


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

Revision as of 21:53, 28 May 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.3em;
  top: 0.2em;
}