Ticket #62010: twentytwelve-editor-heading-fix.patch
| File twentytwelve-editor-heading-fix.patch, 414 bytes (added by , 3 months ago) |
|---|
| Line | |
|---|---|
| 1 | *** a/wp-content/themes/twentytwelve/editor-style.css |
| 2 | --- b/wp-content/themes/twentytwelve/editor-style.css |
| 3 | @@ |
| 4 | /* Block Editor compatibility */ |
| 5 | |
| 6 | +/* Fix heading typography for post title field */ |
| 7 | +.editor-post-title__input { |
| 8 | + font-size: 28px; |
| 9 | + font-weight: normal; |
| 10 | + line-height: 1.3; |
| 11 | + margin: 0 0 20px; |
| 12 | +} |
| 13 | + |
| 14 | /* Paragraph block */ |
| 15 | .block-editor-block-list__block.wp-block-paragraph { |
| 16 | margin-bottom: 24px; |