Changeset 58817
- Timestamp:
- 07/27/2024 10:12:31 AM (2 months ago)
- Location:
- trunk/src/wp-content/themes/twentytwenty
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
r58784 r58817 684 684 } 685 685 686 .editor-styles-wrapper .wp-block-quote.is-style-plain { 687 border-width: 0; 688 padding: 5px 20px; 689 } 690 686 691 .editor-styles-wrapper .wp-block-quote.is-style-large { 687 692 border: none; -
trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
r58784 r58817 688 688 } 689 689 690 .editor-styles-wrapper .wp-block-quote.is-style-plain { 691 border-width: 0; 692 padding: 5px 20px; 693 } 694 690 695 .editor-styles-wrapper .wp-block-quote.is-style-large { 691 696 border: none; -
trunk/src/wp-content/themes/twentytwenty/style-rtl.css
r58796 r58817 3406 3406 } 3407 3407 3408 /* STYLE: PLAIN */ 3409 3410 .wp-block-quote.is-style-plain { 3411 border-width: 0; 3412 padding: 0.5rem 2rem; 3413 } 3414 3408 3415 /* STYLE: LARGE */ 3409 3416 -
trunk/src/wp-content/themes/twentytwenty/style.css
r58796 r58817 3430 3430 } 3431 3431 3432 /* STYLE: PLAIN */ 3433 3434 .wp-block-quote.is-style-plain { 3435 border-width: 0; 3436 padding: 0.5rem 2rem; 3437 } 3438 3432 3439 /* STYLE: LARGE */ 3433 3440
Note: See TracChangeset
for help on using the changeset viewer.