Make WordPress Core


Ignore:
Timestamp:
03/02/2020 04:53:36 PM (5 years ago)
Author:
ianbelanger
Message:

Bundled Themes: 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 for all Bundled Themes, except Twenty Thirteen, which was already fixed in #49546.

Props sabernhardt.
Fixes #49549.

Location:
trunk/src/wp-content/themes/twentyten
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyten/rtl.css

    r43125 r47405  
    5252#site-title,
    5353#wp-calendar,
     54.calendar_wrap,
    5455.comment-meta,
    5556.comment-body tr th,
     
    256257    text-align: right;
    257258}
     259.wp-calendar-nav-next,
    258260#wp-calendar tfoot #next {
    259261    text-align: left;
  • trunk/src/wp-content/themes/twentyten/style.css

    r46676 r47405  
    131131#site-title,
    132132#wp-calendar,
     133.calendar_wrap,
    133134.comment-meta,
    134135.comment-body tr th,
     
    12161217    background: none;
    12171218}
     1219.wp-calendar-nav {
     1220    display: table;
     1221    width: 100%;
     1222}
     1223.wp-calendar-nav span {
     1224    display: table-cell;
     1225}
     1226.wp-calendar-nav-next,
    12181227#wp-calendar tfoot #next {
    12191228    text-align: right;
Note: See TracChangeset for help on using the changeset viewer.