Make WordPress Core


Ignore:
Timestamp:
12/14/2018 09:23:52 PM (6 years ago)
Author:
desrosj
Message:

Twenty Nineteen: Fixes and improvements.

This commit brings over several changes that occurred upstream in the theme’s GitHub repository into core.

Props kjellr, allancole, dimadin, westonruter.

See #45424.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0/src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss

    r44193 r44196  
    325325            margin-bottom: calc(4.33 * #{ $size__spacing-unit});
    326326            margin-right: 0;
     327            padding-left: 0;
    327328        }
    328329
     
    578579        .blocks-gallery-item:last-child {
    579580            margin-bottom: 16px;
     581        }
     582
     583        figcaption a {
     584            color: #fff;
    580585        }
    581586    }
Note: See TracChangeset for help on using the changeset viewer.