Ticket #29986: 29986.4.patch
File 29986.4.patch, 1.5 KB (added by , 11 years ago) |
---|
-
src/wp-content/themes/twentyfifteen/css/editor-style.css
29 29 font-size: 19px; 30 30 line-height: 1.6471; 31 31 max-width: 660px; 32 margin: 8 3px 0 83px 83px;32 margin: 8% 10%; 33 33 vertical-align: baseline; 34 34 } 35 35 … … 250 250 margin: 0 0 32px; 251 251 } 252 252 253 table, 254 th, 255 td, 253 256 .mce-item-table, 254 257 .mce-item-table th, 255 258 .mce-item-table td { … … 256 259 border: 1px solid #eaeaea; 257 260 } 258 261 259 .mce-item-table a {262 table a { 260 263 color: #333; 261 264 } 262 265 266 table, 263 267 .mce-item-table { 264 268 border-collapse: separate; 265 269 border-spacing: 0; … … 268 272 width: 100%; 269 273 } 270 274 275 table th, 271 276 .mce-item-table th, 272 .mce-item-table caption {277 table caption { 273 278 border-width: 0 1px 1px 0; 274 279 font-family: "Noto Serif", serif; 275 280 font-size: 19px; … … 279 284 vertical-align: baseline; 280 285 } 281 286 287 table td, 282 288 .mce-item-table td { 283 289 border-width: 0 1px 1px 0; 284 290 font-family: "Noto Serif", serif; … … 447 453 * 8.0 RTL 448 454 */ 449 455 450 body.rtl {451 margin: 83px 83px 83px 0;452 }453 454 456 .rtl blockquote { 455 457 border-right: 4px solid #707070; 456 458 border-left: none; … … 469 471 margin: 0 25px 0 0; 470 472 } 471 473 472 .rtl .mce-item-table th,473 .rtl .mce-item-table caption {474 .rtl table th, 475 .rtl table caption { 474 476 text-align: right; 475 477 } 476 478