Ticket #45238: 45238.patch
| File 45238.patch, 2.3 KB (added by , 7 years ago) |
|---|
-
src/wp-content/themes/twentyten/blocks.css
155 155 4.0 Blocks - Layout Elements 156 156 --------------------------------------------------------------*/ 157 157 158 /* Columns */159 160 .wp-block-columns {161 margin: 0 -0.5em;162 }163 .wp-block-column {164 margin: 0 0.5em;165 }166 167 158 /* Separator */ 168 159 169 160 .wp-block-separator { … … 170 161 border: 0; 171 162 } 172 163 164 /* Media & Text */ 165 166 .wp-block-media-text { 167 margin-bottom: 24px; 168 } 169 173 170 /*-------------------------------------------------------------- 174 171 5.0 Blocks - Widgets 175 172 --------------------------------------------------------------*/ -
src/wp-content/themes/twentyten/editor-blocks.css
17 17 1.0 General Typography 18 18 --------------------------------------------------------------*/ 19 19 20 .edit-post-visual-editor .editor-block-list__block, 21 .edit-post-visual-editor .editor-block-list__block p, 22 .editor-default-block-appender input[type="text"].editor-default-block-appender__content { 23 font-size: 16px; 24 } 25 26 .editor-default-block-appender input[type="text"].editor-default-block-appender__content { 27 font-family: Georgia, "Bitstream Charter", serif; 28 } 29 20 30 .edit-post-visual-editor .editor-block-list__block .mce-content-body, 21 31 .wp-block-freeform.block-library-rich-text__tinymce p, 22 32 .wp-block-freeform.block-library-rich-text__tinymce li { … … 65 75 66 76 /* Main column width */ 67 77 68 body.gutenberg-editor-page .edit-post-visual-editor .editor-post-title__block, 69 body.gutenberg-editor-page .edit-post-visual-editor .editor-default-block-appender, 70 body.gutenberg-editor-page .edit-post-visual-editor .editor-block-list__block { 71 max-width: 670px; /* 640px + 30px for padding */ 78 .wp-block { 79 max-width: 670px; /* 640px + 30px to account for padding */ 72 80 } 73 81 74 82 /* Link styles */ … … 218 226 font-size: 18px; 219 227 } 220 228 221 /* Cover Image*/229 /* Cover */ 222 230 223 .wp-block-cover-image-text { 231 .wp-block-cover-image-text, 232 .wp-block-cover-text { 224 233 font-size: 32px; 225 234 } 226 235