Make WordPress Core

Ticket #49546: 49546.patch

File 49546.patch, 599 bytes (added by sabernhardt, 5 years ago)

Using display:table to nearly match the former styles

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

     
    25832583        background-color: transparent;
    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,
    25882604.widget_text ol {