Ticket #58915: 58915.patch
| File 58915.patch, 1.1 KB (added by , 3 years ago) |
|---|
-
src/wp-content/themes/twentysixteen/css/blocks.css
319 319 margin-bottom: 0; 320 320 } 321 321 322 /* Details */ 323 324 .wp-block-details > summary:first-of-type { 325 display: list-item; 326 } 327 322 328 /*-------------------------------------------------------------- 323 329 5.0 Blocks - Widget Blocks 324 330 --------------------------------------------------------------*/ -
src/wp-content/themes/twentythirteen/css/blocks.css
544 544 margin-bottom: 0; 545 545 } 546 546 547 /* Details */ 548 549 .wp-block-details > summary:first-of-type { 550 display: list-item; 551 } 552 547 553 /*-------------------------------------------------------------- 548 554 6.0 Blocks - Widgets 549 555 --------------------------------------------------------------*/