Ticket #63073: 63073.1.patch
File 63073.1.patch, 855 bytes (added by , 2 months ago) |
---|
-
src/wp-content/themes/twentytwelve/css/editor-blocks.css
141 141 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 { 146 147 color: #757575; … … 147 148 font-size: 12px; 148 149 line-height: 2; 149 150 font-style: italic; 150 text-align: left;151 text-align: start; 151 152 } 152 153 153 .rtl [class^="wp-block-"] figcaption,154 .rtl [class^="wp-block-"] figcaption.editor-rich-text__tinymce.mce-content-body {155 text-align: right;156 }157 158 154 /* Definition Lists */ 159 155 160 156 .wp-block-freeform.block-library-rich-text__tinymce dt {