Changeset 62112
- Timestamp:
- 03/24/2026 07:47:47 PM (3 days ago)
- Location:
- trunk/src/wp-content/themes
- Files:
-
- 9 edited
-
twentynineteen/sass/blocks/_blocks.scss (modified) (1 diff)
-
twentynineteen/style-editor.css (modified) (1 diff)
-
twentynineteen/style-editor.scss (modified) (1 diff)
-
twentytwelve/css/editor-blocks.css (modified) (1 diff)
-
twentytwenty/assets/css/editor-style-block-rtl.css (modified) (2 diffs)
-
twentytwenty/assets/css/editor-style-block.css (modified) (2 diffs)
-
twentytwentyone/assets/sass/style.scss (modified) (1 diff)
-
twentytwentyone/style-rtl.css (modified) (1 diff)
-
twentytwentyone/style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
r61295 r62112 350 350 } 351 351 352 //! Verse352 //! Poetry (Verse) 353 353 .wp-block-verse { 354 354 @include font-family( $font__body ); -
trunk/src/wp-content/themes/twentynineteen/style-editor.css
r61384 r62112 1267 1267 } 1268 1268 1269 /** === Verse=== */1269 /** === Poetry (Verse) === */ 1270 1270 .wp-block-verse, 1271 1271 .wp-block-verse pre { -
trunk/src/wp-content/themes/twentynineteen/style-editor.scss
r61384 r62112 661 661 } 662 662 663 /** === Verse=== */663 /** === Poetry (Verse) === */ 664 664 665 665 .wp-block-verse, -
trunk/src/wp-content/themes/twentytwelve/css/editor-blocks.css
r60343 r62112 255 255 --------------------------------------------------------------*/ 256 256 257 /* Verse*/257 /* Poetry (Verse) */ 258 258 259 259 .editor-block-list__block .wp-block-verse pre { -
trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
r61743 r62112 713 713 714 714 715 /* Block: Code, Verseand Preformatted ------- */715 /* Block: Code, Poetry (Verse) and Preformatted ------- */ 716 716 717 717 .editor-styles-wrapper .wp-block-code { … … 921 921 922 922 923 /* Block: Verse------------------------------ */923 /* Block: Poetry (Verse) ------------------------------ */ 924 924 925 925 .editor-styles-wrapper .wp-block-verse pre, -
trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
r61743 r62112 717 717 718 718 719 /* Block: Code, Verseand Preformatted ------- */719 /* Block: Code, Poetry (Verse) and Preformatted ------- */ 720 720 721 721 .editor-styles-wrapper .wp-block-code { … … 925 925 926 926 927 /* Block: Verse------------------------------ */927 /* Block: Poetry (Verse) ------------------------------ */ 928 928 929 929 .editor-styles-wrapper .wp-block-verse pre, -
trunk/src/wp-content/themes/twentytwentyone/assets/sass/style.scss
r61628 r62112 49 49 * Separator............Specific styles for the separator block. 50 50 * Table................Specific styles for the table block. 51 * Verse................Specific styles for the verseblock.51 * Poetry (Verse).......Specific styles for the poetry block. 52 52 * Video................Specific styles for the video block. 53 53 * Utilities............Block alignments. -
trunk/src/wp-content/themes/twentytwentyone/style-rtl.css
r61636 r62112 68 68 * Separator............Specific styles for the separator block. 69 69 * Table................Specific styles for the table block. 70 * Verse................Specific styles for the verseblock.70 * Poetry (Verse).......Specific styles for the poetry block. 71 71 * Video................Specific styles for the video block. 72 72 * Utilities............Block alignments. -
trunk/src/wp-content/themes/twentytwentyone/style.css
r61636 r62112 68 68 * Separator............Specific styles for the separator block. 69 69 * Table................Specific styles for the table block. 70 * Verse................Specific styles for the verseblock.70 * Poetry (Verse).......Specific styles for the poetry block. 71 71 * Video................Specific styles for the video block. 72 72 * Utilities............Block alignments.
Note: See TracChangeset
for help on using the changeset viewer.