Make WordPress Core

Ticket #46785: 46785.2.patch

File 46785.2.patch, 814 bytes (added by shailu25, 11 months ago)

Patch Refreshed.

  • src/wp-content/themes/twentyseventeen/assets/css/blocks.css

    diff --git a/src/wp-content/themes/twentyseventeen/assets/css/blocks.css b/src/wp-content/themes/twentyseventeen/assets/css/blocks.css
    index 65efb8378a..46ecf2ca15 100644
    a b p.has-drop-cap:not(:focus)::first-letter { 
    5353}
    5454
    5555.wp-block-image figure.alignleft {
     56        margin-top: 0;
    5657        margin-right: 1.5em;
    5758}
    5859
    5960.wp-block-image figure.alignright {
     61        margin-top: 0;
    6062        margin-left: 1.5em;
    6163}
    6264
    p.has-drop-cap:not(:focus)::first-letter { 
    7072        box-shadow: none;
    7173}
    7274
     75.entry-content > .wp-block-image:first-child figure.alignleft,
     76.entry-content > .wp-block-image:first-child figure.alignright {
     77        margin-top: 1.5em;
     78}
     79
    7380/* Gallery */
    7481
    7582.wp-block-gallery {