Ticket #58355: 58355.2.diff
| File 58355.2.diff, 1.8 KB (added by , 17 months ago) |
|---|
-
src/wp-content/themes/twentysixteen/css/editor-blocks.css
262 262 263 263 /* Captions */ 264 264 265 [class^="wp-block-"]figcaption {265 figure[class*="wp-block-"] > figcaption { 266 266 color: #686868; 267 267 font-style: italic; 268 268 line-height: 1.6153846154; 269 269 padding-top: 0.5384615385em; 270 text-align: left;270 text-align: start; 271 271 } 272 272 273 .rtl [class^="wp-block-"] figcaption {274 text-align: right;275 }276 277 273 /*-------------------------------------------------------------- 278 274 3.0 Blocks - Common Blocks 279 275 --------------------------------------------------------------*/ -
src/wp-content/themes/twentysixteen/css/editor-style.css
313 313 .mce-item-table th, 314 314 table caption { 315 315 border-width: 0 1px 1px 0; 316 font-size: 16px;317 316 font-weight: 700; 318 317 padding: 7px; 319 text-align: left;318 text-align: start; 320 319 vertical-align: baseline; 321 320 } 322 321 322 table caption { 323 font-weight: normal; 324 } 325 323 326 table td, 324 327 .mce-item-table td { 325 328 border-width: 0 1px 1px 0; 326 font-size: 16px;327 329 padding: 7px; 328 330 vertical-align: baseline; 331 text-align: start; 329 332 } 330 333 331 334 img { … … 502 505 * 8.0 - RTL 503 506 */ 504 507 508 [dir="rtl"] body { 509 font-family: Arial, Tahoma, sans-serif; 510 } 511 505 512 .rtl blockquote { 506 513 border: 0 solid #1a1a1a; 507 514 border-right-width: 4px; … … 533 540 margin-right: 24px; 534 541 margin-left: auto; 535 542 } 536 537 .rtl table th,538 .rtl .mce-item-table th,539 .rtl table caption {540 text-align: right;541 }