Template:Combolist/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 12: Line 12:
   /* content: "⤷ "; but using SVG bg image */
   /* content: "⤷ "; but using SVG bg image */
   content: '';
   content: '';
   width: 1em;
   width: 0.7em;
   height: 1.4em;
   height: 1.4em;
   position: absolute;
   position: absolute;
   top: 0;
   top: -0.2em;
   left: 0.1em;
   left: 0.3em;
   /* 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 17:37, 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.3em;
   /* background-image in Common.css */
   background-repeat: no-repeat;
   background-position: center;
}