Ticket #56006: 56006.1.patch
File 56006.1.patch, 1.7 KB (added by , 2 years ago) |
---|
-
src/wp-content/themes/twentyfourteen/css/blocks.css
187 187 text-transform: none; 188 188 } 189 189 190 .wp-block-pullquote.has-text-color blockquote, 191 .wp-block-pullquote.has-background blockquote, 192 .has-background .wp-block-pullquote blockquote, 193 .wp-block-pullquote.has-text-color cite, 194 .has-background .wp-block-pullquote cite, 195 .has-text-color .wp-block-pullquote__citation { 196 color: inherit; 197 } 198 190 199 .wp-block-pullquote.alignleft { 191 200 margin-right: 1em; 192 201 } -
src/wp-content/themes/twentyfourteen/css/editor-blocks.css
364 364 /* Pullquote */ 365 365 366 366 .wp-block-pullquote { 367 border: 0;368 367 margin: 0; 369 368 } 370 369 370 .editor-styles-wrapper .wp-block-pullquote { 371 border: 0; 372 } 373 371 374 .wp-block-pullquote .wp-block-pullquote__citation { 372 375 color: #2b2b2b; 373 376 font-size: 16px; … … 376 379 text-transform: none; 377 380 } 378 381 382 .wp-block-pullquote.has-text-color blockquote, 383 .wp-block-pullquote.has-background blockquote, 384 .has-background .wp-block-pullquote blockquote, 385 .wp-block-pullquote.has-text-color cite, 386 .has-background .wp-block-pullquote cite, 387 .has-text-color .wp-block-pullquote__citation { 388 color: inherit; 389 } 390 379 391 .wp-block-pullquote.alignleft blockquote > .editor-rich-text p, 380 392 .wp-block-pullquote.alignright blockquote > .editor-rich-text p { 381 393 font-size: 20px;