Ticket #51157: 51157.patch
File 51157.patch, 2.7 KB (added by , 3 years ago) |
---|
-
src/wp-content/themes/twentyeleven/editor-blocks.css
97 97 .edit-post-visual-editor ol, 98 98 .editor-block-list__block ol, 99 99 .block-library-list ol.editor-rich-text__tinymce { 100 margin: 0 0 1.625em 2.5em;101 100 padding: 0; 102 101 } 103 102 -
src/wp-content/themes/twentyfourteen/css/editor-blocks.css
98 98 .edit-post-visual-editor ol, 99 99 .editor-block-list__block ol, 100 100 .block-library-list ol { 101 margin: 0 0 1.6em 1.3333em;102 101 padding: 0; 103 102 } 104 103 -
src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
387 387 .edit-post-visual-editor ol, 388 388 .editor-block-list__block ol, 389 389 .block-library-list ol, 390 .block-library-list .editor-rich-text__tinymce { 391 margin: 0 0 1.5em 1.5em; 390 .block-library-list .editor-rich-text__tinymce { 392 391 padding: 0; 393 392 } 394 393 -
src/wp-content/themes/twentysixteen/css/editor-blocks.css
197 197 .edit-post-visual-editor ol, 198 198 .editor-block-list__block ol, 199 199 .block-library-list ol { 200 margin: 0 0 1.75em 1.25em;201 200 padding: 0; 202 201 } 203 202 -
src/wp-content/themes/twentyten/editor-blocks.css
96 96 .edit-post-visual-editor ol, 97 97 .editor-block-list__block ol, 98 98 .block-library-list ol.editor-rich-text__tinymce { 99 margin: 0 0 18px 1.5em;100 99 padding: 0; 101 100 } 102 101 -
src/wp-content/themes/twentythirteen/css/editor-blocks.css
84 84 .edit-post-visual-editor ol, 85 85 .editor-block-list__block ol, 86 86 .block-library-list ol { 87 margin: 16px 0;88 87 padding: 0 0 0 40px; 89 88 } 90 89