Changeset 54141
- Timestamp:
- 09/13/2022 08:45:18 AM (12 months ago)
- Location:
- trunk/src/wp-content/themes/twentytwenty/assets/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
r53470 r54141 307 307 } 308 308 309 .editor-styles-wrapper .wp-block-post-title.has-text-align-left { 310 text-align: left; 311 } 312 313 .editor-styles-wrapper .wp-block-post-title.has-text-align-right { 314 text-align: right; 315 } 316 309 317 /* DROP CAP */ 310 318 -
trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
r53470 r54141 307 307 } 308 308 309 .editor-styles-wrapper .wp-block-post-title.has-text-align-left { 310 311 /*rtl:ignore*/ 312 text-align: left; 313 } 314 315 .editor-styles-wrapper .wp-block-post-title.has-text-align-right { 316 317 /*rtl:ignore*/ 318 text-align: right; 319 } 320 309 321 /* DROP CAP */ 310 322
Note: See TracChangeset
for help on using the changeset viewer.