Changeset 44213 for branches/5.0
- Timestamp:
- 12/15/2018 08:20:44 PM (6 years ago)
- Location:
- branches/5.0/src/wp-content/themes
- Files:
-
- 24 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentyeleven/blocks.css
r44191 r44213 1 1 /* 2 2 Theme Name: Twenty Eleven 3 Description: Used to style Gutenberg Blocks.3 Description: Used to style blocks. 4 4 */ 5 5 -
branches/5.0/src/wp-content/themes/twentyeleven/editor-blocks.css
r44212 r44213 1 1 /* 2 2 Theme Name: Twenty Eleven 3 Description: Used to style Gutenberg Blocks in the editor.3 Description: Used to style blocks in the editor. 4 4 */ 5 5 -
branches/5.0/src/wp-content/themes/twentyeleven/functions.php
r43868 r44213 288 288 289 289 /** 290 * Enqueue editor styles for Gutenberg290 * Enqueue styles for the block-based editor. 291 291 * 292 292 * @since Twenty Eleven 2.9 -
branches/5.0/src/wp-content/themes/twentyfifteen/css/blocks.css
r44198 r44213 1 1 /* 2 2 Theme Name: Twenty Fifteen 3 Description: Used to style Gutenberg Blocks.3 Description: Used to style blocks. 4 4 */ 5 5 -
branches/5.0/src/wp-content/themes/twentyfifteen/css/editor-blocks.css
r44212 r44213 1 1 /* 2 2 Theme Name: Twenty Fifteen 3 Description: Used to style Gutenberg Blocks in the editor.3 Description: Used to style blocks in the editor. 4 4 */ 5 5 -
branches/5.0/src/wp-content/themes/twentyfifteen/functions.php
r43868 r44213 363 363 364 364 /** 365 * Enqueue editor styles for Gutenberg365 * Enqueue styles for the block-based editor. 366 366 * 367 367 * @since Twenty Fifteen 2.1 -
branches/5.0/src/wp-content/themes/twentyfourteen/css/blocks.css
r44197 r44213 1 1 /* 2 2 Theme Name: Twenty Fourteen 3 Description: Used to style Gutenberg Blocks.3 Description: Used to style blocks. 4 4 */ 5 5 -
branches/5.0/src/wp-content/themes/twentyfourteen/css/editor-blocks.css
r44212 r44213 1 1 /* 2 2 Theme Name: Twenty Fourteen 3 Description: Used to style Gutenberg Blocks in the editor.3 Description: Used to style blocks in the editor. 4 4 */ 5 5 -
branches/5.0/src/wp-content/themes/twentyfourteen/functions.php
r43868 r44213 350 350 351 351 /** 352 * Enqueue editor styles for Gutenberg352 * Enqueue styles for the block-based editor. 353 353 * 354 354 * @since Twenty Fourteen 2.3 -
branches/5.0/src/wp-content/themes/twentyseventeen/assets/css/blocks.css
r43876 r44213 1 1 /* 2 2 Theme Name: Twenty Seventeen 3 Description: Used to style Gutenberg Blocks.3 Description: Used to style blocks. 4 4 */ 5 5 -
branches/5.0/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
r44212 r44213 1 1 /* 2 2 Theme Name: Twenty Seventeen 3 Description: Used to style Gutenberg Blocks in the editor.3 Description: Used to style blocks in the editor. 4 4 */ 5 5 … … 359 359 } 360 360 361 /* Background color */362 363 .gutenberg-editor-page .editor-block-list__block {364 background-color: transparent;365 }366 367 361 /* Alignments */ 368 362 -
branches/5.0/src/wp-content/themes/twentyseventeen/functions.php
r43868 r44213 473 473 474 474 /** 475 * Enqueue editor styles for Gutenberg475 * Enqueue styles for the block-based editor. 476 476 * 477 477 * @since Twenty Seventeen 1.8 -
branches/5.0/src/wp-content/themes/twentysixteen/css/blocks.css
r44200 r44213 1 1 /* 2 2 Theme Name: Twenty Sixteen 3 Description: Used to style Gutenberg Blocks.3 Description: Used to style blocks. 4 4 */ 5 5 -
branches/5.0/src/wp-content/themes/twentysixteen/css/editor-blocks.css
r44212 r44213 1 1 /* 2 2 Theme Name: Twenty Sixteen 3 Description: Used to style Gutenberg Blocks in the editor.3 Description: Used to style blocks in the editor. 4 4 */ 5 5 -
branches/5.0/src/wp-content/themes/twentysixteen/functions.php
r43868 r44213 365 365 366 366 /** 367 * Enqueue editor styles for Gutenberg367 * Enqueue styles for the block-based editor. 368 368 * 369 369 * @since Twenty Sixteen 1.6 -
branches/5.0/src/wp-content/themes/twentyten/blocks.css
r44188 r44213 1 1 /* 2 2 Theme Name: Twenty Ten 3 Description: Used to style Gutenberg Blocks.3 Description: Used to style blocks. 4 4 */ 5 5 -
branches/5.0/src/wp-content/themes/twentyten/editor-blocks.css
r44212 r44213 1 1 /* 2 2 Theme Name: Twenty Ten 3 Description: Used to style Gutenberg Blocks in the editor.3 Description: Used to style blocks in the editor. 4 4 */ 5 5 -
branches/5.0/src/wp-content/themes/twentyten/functions.php
r43793 r44213 661 661 662 662 /** 663 * Enqueue editor styles for Gutenberg663 * Enqueue styles for the block-based editor. 664 664 * 665 665 * @since Twenty Ten 2.6 -
branches/5.0/src/wp-content/themes/twentythirteen/css/blocks.css
r44195 r44213 1 1 /* 2 2 Theme Name: Twenty Thirteen 3 Description: Used to style Gutenberg Blocks.3 Description: Used to style blocks. 4 4 */ 5 5 -
branches/5.0/src/wp-content/themes/twentythirteen/css/editor-blocks.css
r44212 r44213 1 1 /* 2 2 Theme Name: Twenty Thirteen 3 Description: Used to style Gutenberg Blocks in the editor.3 Description: Used to style blocks in the editor. 4 4 */ 5 5 -
branches/5.0/src/wp-content/themes/twentythirteen/functions.php
r43868 r44213 291 291 292 292 /** 293 * Enqueue editor styles for Gutenberg293 * Enqueue styles for the block-based editor. 294 294 * 295 295 * @since Twenty Thirteen 2.5 -
branches/5.0/src/wp-content/themes/twentytwelve/css/blocks.css
r44194 r44213 1 1 /* 2 2 Theme Name: Twenty Twelve 3 Description: Used to style Gutenberg Blocks.3 Description: Used to style blocks. 4 4 */ 5 5 -
branches/5.0/src/wp-content/themes/twentytwelve/css/editor-blocks.css
r44212 r44213 1 1 /* 2 2 Theme Name: Twenty Twelve 3 Description: Used to style Gutenberg Blocks in the editor.3 Description: Used to style blocks in the editor. 4 4 */ 5 5 … … 395 395 /* Archives */ 396 396 397 . gutenbergul.wp-block-archives {397 .editor-block-list__block ul.wp-block-archives { 398 398 padding-left: 0; 399 399 } … … 401 401 /* Categories */ 402 402 403 . gutenberg.wp-block-categories ul {403 .editor-block-list__block .wp-block-categories ul { 404 404 padding-left: 0; 405 405 } … … 449 449 /* Latest Posts */ 450 450 451 . gutenberg.wp-block-latest-posts {451 .editor-block-list__block .wp-block-latest-posts { 452 452 padding-left: 0; 453 453 padding-right: 0; -
branches/5.0/src/wp-content/themes/twentytwelve/functions.php
r43868 r44213 200 200 201 201 /** 202 * Enqueue editor styles for Gutenberg202 * Enqueue styles for the block-based editor. 203 203 * 204 204 * @since Twenty Twelve 2.6
Note: See TracChangeset
for help on using the changeset viewer.