Ticket #45240: 45240.patch
File 45240.patch, 2.2 KB (added by , 6 years ago) |
---|
-
src/wp-content/themes/twentytwelve/css/blocks.css
127 127 width: 100%; 128 128 } 129 129 130 /* Cover Image*/130 /* Cover */ 131 131 132 .wp-block-cover-image.aligncenter { 132 .wp-block-cover-image.aligncenter, 133 .wp-block-cover.aligncenter { 133 134 display: flex; 134 135 } 135 136 … … 296 297 border: 0; 297 298 } 298 299 300 /* Media & Text */ 301 302 .wp-block-media-text { 303 margin-bottom: 24px; 304 margin-bottom: 1.714285714rem; 305 } 306 299 307 /*-------------------------------------------------------------- 300 308 5.0 Blocks - Widgets 301 309 --------------------------------------------------------------*/ 302 310 311 /* Archives, Categories & Latest Posts */ 312 313 .wp-block-archives.aligncenter, 314 .wp-block-categories.aligncenter, 315 .wp-block-latest-posts.aligncenter { 316 text-align: center; 317 } 318 303 319 /* Latest Comments */ 304 320 305 321 .wp-block-latest-comments { -
src/wp-content/themes/twentytwelve/css/editor-blocks.css
24 24 font-size: 14px; 25 25 } 26 26 27 .editor-default-block-appender input[type="text"].editor-default-block-appender__content { 28 font-family: "Open Sans", Helvetica, Arial, sans-serif; 29 } 30 27 31 .edit-post-visual-editor .editor-block-list__block { 28 32 color: #444; 29 33 } … … 70 74 71 75 /* Main column width */ 72 76 73 body.gutenberg-editor-page .edit-post-visual-editor .editor-post-title__block, 74 body.gutenberg-editor-page .edit-post-visual-editor .editor-default-block-appender, 75 body.gutenberg-editor-page .edit-post-visual-editor .editor-block-list__block { 76 max-width: 655px; 77 .wp-block { 78 max-width: 655px; /* 625px + 30px for padding */ 77 79 } 78 80 79 81 /* Link styles */ … … 218 220 font-size: 18px; 219 221 } 220 222 221 /* Cover Image*/223 /* Cover */ 222 224 223 .edit-post-visual-editor .editor-block-list__block .wp-block-cover-image p { 225 .edit-post-visual-editor .editor-block-list__block .wp-block-cover-image p, 226 .edit-post-visual-editor .editor-block-list__block .wp-block-cover p { 224 227 font-size: 28px; 225 228 } 226 229