Template:Combolist/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 23: Line 23:
   background-repeat: no-repeat;
   background-repeat: no-repeat;
   background-position: center;
   background-position: center;
   float: left;
   display: inline-block;
  vertical-align: top;
}
}

Revision as of 06:01, 14 January 2021

.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;
   display: inline-block;
   vertical-align: top;
}