Make WordPress Core

Ticket #51445: 51445.2.diff

File 51445.2.diff, 838 bytes (added by sabernhardt, 4 years ago)

optional change for Twenty Fifteen and Twenty Sixteen

  • src/wp-content/themes/twentyfifteen/style.css

     
    13981398        text-transform: uppercase;
    13991399}
    14001400
    1401 .widget > :last-child {
     1401.widget > :last-child,
     1402.widget > nav > :last-child {
    14021403        margin-bottom: 0;
    14031404}
    14041405
  • src/wp-content/themes/twentysixteen/style.css

     
    14131413}
    14141414
    14151415.widget-area > :last-child,
    1416 .widget > :last-child {
     1416.widget > :last-child,
     1417.widget > nav > :last-child {
    14171418        margin-bottom: 0;
    14181419}
    14191420