Changeset 60343
- Timestamp:
- 06/24/2025 11:12:35 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/css/editor-blocks.css
r58882 r60343 142 142 /* Captions */ 143 143 144 [class*=" wp-block-"] figcaption, 144 145 [class^="wp-block-"] figcaption, 145 146 [class^="wp-block-"] figcaption.editor-rich-text__tinymce.mce-content-body { … … 148 149 line-height: 2; 149 150 font-style: italic; 150 text-align: left; 151 } 152 153 .rtl [class^="wp-block-"] figcaption, 154 .rtl [class^="wp-block-"] figcaption.editor-rich-text__tinymce.mce-content-body { 155 text-align: right; 151 text-align: start; 156 152 } 157 153
Note: See TracChangeset
for help on using the changeset viewer.