Template:Combolist/styles.css: Difference between revisions

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


.combolist > dl > dd:before {
.combolist > dl > dd::before {
  content: '';
  /* content: "⤷ "; */
  content: '';
  width: 1em;
  height: 1.3em;
  /* background-image in Common.css */
  background-repeat: no-repeat;
  background-position: center;
  float: left;
}
}

Revision as of 03:30, 23 December 2020

.combolist {
  margin-top: 1em;
}

.combolist > :first-child {
  margin-top: 0;
}

.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;
   float: left;
}