RogerDodger (talk | contribs) No edit summary |
RogerDodger (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
.combolist > dl { | .combolist > dl { | ||
break-inside: avoid; | break-inside: avoid; |
Revision as of 05:38, 28 May 2021
.combolist > dl {
break-inside: avoid;
}
.combolist > dl > dd {
margin-left: 0;
}
.combolist > dl > dd::before {
/* content: "⤷ "; */
content: '';
width: 1em;
height: 1.3em;
/* background-image in Common.css */
background-repeat: no-repeat;
background-position: center;
display: inline-block;
vertical-align: top;
}