Ticket #53422: 53422.2.diff
File 53422.2.diff, 6.8 KB (added by , 4 years ago) |
---|
-
src/wp-content/themes/twentyfourteen/css/blocks.css
331 331 color: #41a62a; 332 332 } 333 333 334 .widget-area .wp-block-latest-comments__comment-meta a { 335 color: inherit; 336 } 337 334 338 .wp-block-latest-comments__comment-excerpt p:last-child { 335 339 } 336 340 -
src/wp-content/themes/twentyseventeen/assets/css/blocks.css
306 306 margin-bottom: 4em; 307 307 } 308 308 309 .widget-area .wp-block-latest-comments article, 310 .widget-area .wp-block-latest-comments__comment, 311 .widget-area .wp-block-latest-comments__comment-excerpt p, 312 .widget-area .wp-block-latest-comments__comment-meta, 313 .widget-area .wp-block-latest-comments__comment-date { 314 margin-top: 0; 315 margin-bottom: 0; 316 } 317 309 318 .blog:not(.has-sidebar) #primary .wp-block-latest-comments article, 310 319 .archive:not(.page-one-column):not(.has-sidebar) #primary .wp-block-latest-comments article, 311 320 .search:not(.has-sidebar) #primary .wp-block-latest-comments article { -
src/wp-content/themes/twentysixteen/css/blocks.css
312 312 text-align: center; 313 313 } 314 314 315 .widget-area .widget_block .wp-block-query h2 { 316 margin-bottom: 0; 317 } 318 315 319 /* Latest Comments */ 316 320 317 321 .wp-block-latest-comments__comment-meta a { … … 327 331 line-height: 1.6153846154; 328 332 } 329 333 330 .wp-block-latest-comments .wp-block-latest-comments__comment {334 .wp-block-latest-comments .wp-block-latest-comments__comment:not(:first-child) { 331 335 border-top: 1px solid #d1d1d1; 332 336 margin-bottom: 0; 333 337 padding: 1.75em 0; 334 338 } 335 339 340 .wp-block-query .wp-block-query-loop li { 341 margin-bottom: 0; 342 padding: 1.5em 0; 343 } 344 345 .wp-block-query .wp-block-query-loop li:not(:first-child) { 346 border-top: 1px solid #d1d1d1; 347 } 348 336 349 .wp-block-latest-comments__comment-excerpt p:last-child { 337 350 margin-bottom: 0; 338 351 } -
src/wp-content/themes/twentyten/style.css
1285 1285 margin-left: 1.3em; 1286 1286 padding: 0; 1287 1287 } 1288 1289 #main .widget-area ul.wp-block-latest-posts.wp-block-latest-posts__list { 1290 list-style: square; 1291 } 1292 1288 1293 #primary { 1289 1294 } 1290 1295 #secondary { -
src/wp-content/themes/twentythirteen/css/blocks.css
202 202 } 203 203 204 204 @media screen and (min-width: 665px) { 205 body:not(.sidebar) .wp-block-cover__inner-container > .wp-block-group.alignfull, 205 body:not(.sidebar) .wp-block-cover__inner-container > .wp-block-group.alignfull, 206 206 body:not(.sidebar) .wp-block-cover__inner-container > .wp-block-group.has-background.alignfull { 207 207 padding: 20px; 208 208 } … … 583 583 font-size: 16px; 584 584 } 585 585 586 .wp-block-latest-comments .wp-block-latest-comments__comment {586 .wp-block-latest-comments .wp-block-latest-comments__comment:not(:first-child) { 587 587 background: url(../images/dotted-line.png) repeat-x left top; 588 588 margin-bottom: 0; 589 589 padding: 24px 0; -
src/wp-content/themes/twentytwentyone/assets/css/ie.css
3578 3578 margin-bottom: 0; 3579 3579 } 3580 3580 3581 .widget-area .wp-block-latest-posts:not(.is-grid) > li { 3582 margin-top: 0; 3583 margin-bottom: 0; 3584 } 3585 3581 3586 .wp-block-latest-posts.is-grid { 3582 3587 word-wrap: break-word; 3583 3588 word-break: break-word; … … 3632 3637 } 3633 3638 } 3634 3639 3640 .widget-area .wp-block-latest-posts > li > a { 3641 font-size: inherit; 3642 margin-bottom: 0; 3643 } 3644 3635 3645 .wp-block-latest-posts .wp-block-latest-posts__post-author { 3636 3646 color: #28303d; 3637 3647 font-size: 1.25rem; -
src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_style.scss
15 15 } 16 16 } 17 17 18 .widget-area &:not(.is-grid) > li { 19 margin-top: 0; 20 margin-bottom: 0; 21 } 22 18 23 &.is-grid { 19 24 word-wrap: break-word; 20 25 word-break: break-word; … … 65 70 margin-bottom: calc(0.333 * var(--global--spacing-vertical)); 66 71 } 67 72 73 .widget-area & > li > a { 74 font-size: inherit; 75 margin-bottom: 0; 76 } 77 68 78 // Post author 69 79 .wp-block-latest-posts__post-author { 70 80 color: var(--global--color-primary); -
src/wp-content/themes/twentytwentyone/style-rtl.css
2458 2458 margin-bottom: 0; 2459 2459 } 2460 2460 2461 .widget-area .wp-block-latest-posts:not(.is-grid) > li { 2462 margin-top: 0; 2463 margin-bottom: 0; 2464 } 2465 2461 2466 .wp-block-latest-posts.is-grid { 2462 2467 word-wrap: break-word; 2463 2468 word-break: break-word; … … 2506 2511 margin-bottom: calc(0.333 * var(--global--spacing-vertical)); 2507 2512 } 2508 2513 2514 .widget-area .wp-block-latest-posts > li > a { 2515 font-size: inherit; 2516 margin-bottom: 0; 2517 } 2518 2509 2519 .wp-block-latest-posts .wp-block-latest-posts__post-author { 2510 2520 color: var(--global--color-primary); 2511 2521 font-size: var(--global--font-size-md); -
src/wp-content/themes/twentytwentyone/style.css
2468 2468 margin-bottom: 0; 2469 2469 } 2470 2470 2471 .widget-area .wp-block-latest-posts:not(.is-grid) > li { 2472 margin-top: 0; 2473 margin-bottom: 0; 2474 } 2475 2471 2476 .wp-block-latest-posts.is-grid { 2472 2477 word-wrap: break-word; 2473 2478 word-break: break-word; … … 2516 2521 margin-bottom: calc(0.333 * var(--global--spacing-vertical)); 2517 2522 } 2518 2523 2524 .widget-area .wp-block-latest-posts > li > a { 2525 font-size: inherit; 2526 margin-bottom: 0; 2527 } 2528 2519 2529 .wp-block-latest-posts .wp-block-latest-posts__post-author { 2520 2530 color: var(--global--color-primary); 2521 2531 font-size: var(--global--font-size-md);