Template:Combolist/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 16: Line 16:
   position: absolute;
   position: absolute;
   top: -0.2em;
   top: -0.2em;
   left: 0.3em;
   left: 0.2em;
   /* background-image in Common.css */
   /* background-image in Common.css */
   background-repeat: no-repeat;
   background-repeat: no-repeat;
   background-position: center;
   background-position: center;
}
}

Revision as of 18:34, 16 June 2022

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

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

.combolist > dl > dd::before {
   /* content: "⤷ "; but using SVG bg image */
   content: '';
   width: 0.7em;
   height: 1.4em;
   position: absolute;
   top: -0.2em;
   left: 0.2em;
   /* background-image in Common.css */
   background-repeat: no-repeat;
   background-position: center;
}