Ticket #44775: olstartfixamend.diff
File olstartfixamend.diff, 651 bytes (added by , 5 years ago) |
---|
-
assets/css/editor-style.css
232 232 list-style: disc; 233 233 } 234 234 235 ol {236 counter-reset: item;237 }238 239 235 ol > li { 240 display: block;241 236 position: relative; 242 237 } 243 238 244 ol > li:before {245 content: counter(item);246 counter-increment: item;247 font-weight: 800;248 left: -1.5em;249 position: absolute;250 }251 252 239 li > ul, 253 240 li > ol { 254 241 margin-bottom: 0; … … 580 567 text-align: right; 581 568 } 582 569 583 .rtl ol {584 counter-reset: item;585 }586 587 570 .rtl ol > li:before { 588 571 left: auto; 589 572 right: -1.5em;