Make WordPress Core

Ticket #40811: 40811.diff

File 40811.diff, 1.2 KB (added by adamsilverstein, 7 years ago)
  • src/wp-includes/css/media-views.css

    diff --git src/wp-includes/css/media-views.css src/wp-includes/css/media-views.css
    index 8b50e8fdd7..388bf6ddfd 100644
     
    26722672}
    26732673
    26742674.media-frame-content[data-columns="2"] .attachment {
    2675         width: 50%;
     2675        width: 49.9%;
    26762676}
    26772677
    26782678.media-frame-content[data-columns="3"] .attachment {
    2679         width: 33.33%;
     2679        width: 33.2%;
    26802680}
    26812681
    26822682.media-frame-content[data-columns="4"] .attachment {
    2683         width: 25%;
     2683        width: 24.9%;
    26842684}
    26852685
    26862686.media-frame-content[data-columns="5"] .attachment {
    2687         width: 20%;
     2687        width: 19.9%;
    26882688}
    26892689
    26902690.media-frame-content[data-columns="6"] .attachment {
    2691         width: 16.66%;
     2691        width: 16.5%;
    26922692}
    26932693
    26942694.media-frame-content[data-columns="7"] .attachment {
    2695         width: 14.28%;
     2695        width: 14.1%;
    26962696}
    26972697
    26982698.media-frame-content[data-columns="8"] .attachment {
    2699         width: 12.5%;
     2699        width: 12.4%;
    27002700}
    27012701
    27022702.media-frame-content[data-columns="9"] .attachment {
    2703         width: 11.11%;
     2703        width: 11%;
    27042704}
    27052705
    27062706.media-frame-content[data-columns="10"] .attachment {
    2707         width: 10%;
     2707        width: 9.9%;
    27082708}
    27092709
    27102710.media-frame-content[data-columns="11"] .attachment {
    2711         width: 9.09%;
     2711        width: 8.9%;
    27122712}
    27132713
    27142714.media-frame-content[data-columns="12"] .attachment {
    2715         width: 8.33%;
     2715        width: 8.2%;
    27162716}