Ticket #44775: olstartattrfix.diff
File olstartattrfix.diff, 456 bytes (added by , 6 years ago) |
---|
-
assets/css/editor-style.css
237 237 } 238 238 239 239 ol > li { 240 display: block;241 240 position: relative; 242 241 } 243 242 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 243 li > ul, 253 244 li > ol { 254 245 margin-bottom: 0;