Make WordPress Core

Ticket #44768: listfix.diff

File listfix.diff, 788 bytes (added by mmaumio, 5 years ago)
  • assets/css/editor-style.css

     
    229229}
    230230
    231231ul {
    232         list-style: disc;
     232        list-style-type: disc;
     233        list-style-position: inside;
    233234}
    234235
    235236ol {
     
    239240ol > li {
    240241        display: block;
    241242        position: relative;
     243        margin-left: 1.5em;
    242244}
    243245
    244246ol > li:before {
  • style.css

     
    10961096}
    10971097
    10981098ul {
    1099         list-style: disc;
     1099        list-style-type: disc;
     1100        list-style-position: inside;
    11001101}
    11011102
    11021103ol {
    1103         list-style: decimal;
     1104        list-style-type: decimal;
     1105        margin-left: 1.5em;
    11041106}
    11051107
    11061108li > ul,