Ticket #44109: 44109.patch
File 44109.patch, 535 bytes (added by , 7 years ago) |
---|
-
src/wp-content/themes/twentyseventeen/assets/css/editor-style.css
236 236 counter-reset: item; 237 237 } 238 238 239 ol li {239 ol > li { 240 240 display: block; 241 241 position: relative; 242 242 } 243 243 244 ol li:before {244 ol > li:before { 245 245 content: counter(item); 246 246 counter-increment: item; 247 247 font-weight: 800;