Make WordPress Core

Changeset 47392


Ignore:
Timestamp:
02/28/2020 08:05:39 PM (5 years ago)
Author:
ianbelanger
Message:

Bundled Themes: Twenty Thirteen update calendar widget styles for 5.4 markup.

Fixes the alignment of month links in the calendar widget with the changes in version 5.4

Props sabernhardt.
Fixes #49546.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentythirteen/style.css

    r46676 r47392  
    25842584}
    25852585
     2586.wp-calendar-table {
     2587    margin-bottom: 0;
     2588}
     2589
     2590.wp-calendar-nav {
     2591    display: table;
     2592    line-height: 2;
     2593    margin-bottom: 20px;
     2594    width: 100%;
     2595}
     2596
     2597.wp-calendar-nav span {
     2598    display: table-cell;
     2599    text-align: center;
     2600}
     2601
    25862602/* Text widget */
    25872603.widget_text ul,
Note: See TracChangeset for help on using the changeset viewer.