Ticket #56441: 56441.patch
File 56441.patch, 2.8 KB (added by , 3 years ago) |
---|
-
wp-content/themes/twentyfifteen/css/blocks.css
319 319 320 320 .wp-block-pullquote blockquote { 321 321 border: 0; 322 border-left:4px solid; 322 323 margin-left: 0; 323 324 margin-right: 0; 324 325 padding-left: 0; -
wp-content/themes/twentyfourteen/css/blocks.css
175 175 /* Pullquote */ 176 176 177 177 .wp-block-pullquote { 178 border: 0;179 178 margin: 0; 180 179 } 181 180 -
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 -
wp-content/themes/twentyseventeen/assets/css/blocks.css
165 165 166 166 /* Pullquote */ 167 167 168 .wp-block-pullquote {169 border: 0;170 }171 172 168 .wp-block-pullquote__citation, 173 169 .wp-block-pullquote cite { 174 170 font-size: inherit; -
wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
641 641 642 642 /* Pullquote */ 643 643 644 .wp-block-pullquote {645 border: 0;646 }647 648 644 .wp-block-pullquote.alignleft blockquote > .editor-rich-text p, 649 645 .wp-block-pullquote.alignright blockquote > .editor-rich-text p { 650 646 font-size: 20px; -
wp-content/themes/twentythirteen/css/blocks.css
257 257 /* Pullquote */ 258 258 259 259 .wp-block-pullquote { 260 border: 0;261 260 color: inherit; 262 261 padding: 0.5em 0; 263 262 } -
wp-content/themes/twentythirteen/css/editor-blocks.css
292 292 /* Pullquote */ 293 293 294 294 .edit-post-visual-editor .wp-block-pullquote { 295 border: 0;296 295 padding: 0.5em 0; 297 296 } 298 297