Changeset 43871
- Timestamp:
- 11/06/2018 01:09:57 AM (6 years ago)
- Location:
- branches/5.0/src/wp-content/themes/twentytwelve/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentytwelve/css/blocks.css
r43795 r43871 128 128 } 129 129 130 /* Cover Image */ 131 132 .wp-block-cover-image.aligncenter { 130 /* Cover */ 131 132 .wp-block-cover-image.aligncenter, 133 .wp-block-cover.aligncenter { 133 134 display: flex; 134 135 } … … 297 298 } 298 299 300 /* Media & Text */ 301 302 .wp-block-media-text { 303 margin-bottom: 24px; 304 margin-bottom: 1.714285714rem; 305 } 306 307 .wp-block-media-text *:last-child { 308 margin-bottom: 0; 309 } 310 299 311 /*-------------------------------------------------------------- 300 312 5.0 Blocks - Widgets 301 313 --------------------------------------------------------------*/ 314 315 /* Archives, Categories & Latest Posts */ 316 317 .wp-block-archives.aligncenter, 318 .wp-block-categories.aligncenter, 319 .wp-block-latest-posts.aligncenter { 320 list-style-position: inside; 321 text-align: center; 322 } 302 323 303 324 /* Latest Comments */ -
branches/5.0/src/wp-content/themes/twentytwelve/css/editor-blocks.css
r43795 r43871 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; … … 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 … … 219 221 } 220 222 221 /* Cover Image */ 222 223 .edit-post-visual-editor .editor-block-list__block .wp-block-cover-image p { 223 /* Cover */ 224 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 } … … 360 363 } 361 364 365 /* Media & Text */ 366 367 .wp-block-media-text *:last-child { 368 margin-bottom: 0; 369 } 370 362 371 /*-------------------------------------------------------------- 363 372 6.0 Blocks - Widgets 364 373 --------------------------------------------------------------*/ 365 374 375 /* Archives, Categories & Latest Posts */ 376 377 [data-align="center"] .wp-block-archives ul, 378 [data-align="center"] .wp-block-categories ul, 379 [data-align="center"] .wp-block-latest-posts ul { 380 list-style-position: inside; 381 } 382 366 383 /* Archives */ 384 367 385 .gutenberg ul.wp-block-archives { 368 386 padding-left: 0;
Note: See TracChangeset
for help on using the changeset viewer.