Make WordPress Core

Ticket #23769: 23769.diff

File 23769.diff, 1.1 KB (added by kwight, 12 years ago)
  • wp-content/themes/twentythirteen/style.css

     
    13391339        height: 74px;
    13401340        line-height: 1.3;
    13411341        margin: 0;
    1342         max-height: 100%;
     1342        max-height: 50%;
    13431343        opacity: 0;
    13441344        padding: 2px 8px;
    13451345        position: absolute;
     
    13551355        box-shadow: 0 -10px 15px #000 inset;
    13561356        content: "";
    13571357        height: 74px;
     1358        max-height: 50%;
    13581359        position: absolute;
    13591360        bottom: 0;
    13601361        left: 0;
     
    13651366        opacity: 1;
    13661367}
    13671368
     1369.gallery-columns-7 .gallery-caption,
     1370.gallery-columns-8 .gallery-caption,
     1371.gallery-columns-9 .gallery-caption {
     1372        display: none;
     1373}
     1374
    13681375/**
    13691376 * 5.5 Post Formats
    13701377 * ----------------------------------------------------------------------------
     
    29822989                width: 100%;
    29832990        }
    29842991
     2992        .gallery-columns-4 .gallery-caption,
     2993        .gallery-columns-5 .gallery-caption,
     2994        .gallery-columns-6 .gallery-caption {
     2995                display: none;
     2996        }
     2997
    29852998        .entry-title,
    29862999        .format-chat .entry-title,
    29873000        .format-image .entry-title,