Changeset 58207
- Timestamp:
- 05/27/2024 12:41:32 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
r58204 r58207 459 459 } 460 460 461 /* Caption styles*/ 462 463 [class^="wp-block-"]:not(.wp-block-gallery) figcaption { 461 /* Caption styles */ 462 463 [class^="wp-block-"]:not(.wp-block-gallery) > figcaption, 464 [class*=" wp-block-"]:not(.wp-block-gallery) > figcaption { 464 465 font-style: italic; 465 466 margin-bottom: 1.5em; … … 467 468 } 468 469 469 .rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption { 470 .rtl [class^="wp-block-"]:not(.wp-block-gallery) > figcaption, 471 .rtl [class*=" wp-block-"]:not(.wp-block-gallery) > figcaption, 472 [dir="rtl"] [class^="wp-block-"]:not(.wp-block-gallery) > figcaption, 473 [dir="rtl"] [class*=" wp-block-"]:not(.wp-block-gallery) > figcaption { 470 474 text-align: right; 471 475 }
Note: See TracChangeset
for help on using the changeset viewer.