Make WordPress Core

Ticket #49546: 49546.1.patch

File 49546.1.patch, 433 bytes (added by sabernhardt, 5 years ago)

Using display:inline-block for the new span elements

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

     
    25832583        background-color: transparent;
    25842584}
    25852585
     2586.wp-calendar-nav span {
     2587        display: inline-block;
     2588}
     2589
    25862590/* Text widget */
    25872591.widget_text ul,
    25882592.widget_text ol {