Make WordPress Core

Ticket #24797: 24797.2.diff

File 24797.2.diff, 898 bytes (added by obenland, 13 years ago)

Adjusts caption text width in 2012 and 2013

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

     
    733733        font-weight: 300;
    734734}
    735735
     736.wp-caption .wp-caption-text {
     737        width: -webkit-calc(100% - 10px);
     738        width:         calc(100% - 10px);
     739}
     740
    736741img.wp-smiley,
    737742.rsswidget img {
    738743        border: 0;
  • wp-content/themes/twentytwelve/style.css

     
    377377        line-height: 2;
    378378        color: #757575;
    379379}
     380.wp-caption .wp-caption-text {
     381        width: -webkit-calc(100% - 10px);
     382        width:         calc(100% - 10px);
     383}
    380384img.wp-smiley,
    381385.rsswidget img {
    382386        border: 0;