Make WordPress Core

Ticket #27061: 27061.diff

File 27061.diff, 793 bytes (added by lancewillett, 12 years ago)
  • wp-content/themes/twentyeleven/style.css

     
    24732473        .singular.page .hentry {
    24742474                padding: 1.625em 0 0;
    24752475        }
     2476        .singular .entry-header .entry-meta,
     2477        .singular .entry-header .entry-format,
     2478        .singular .entry-meta .edit-link a {
     2479                position: static;
     2480        }
    24762481        /* Talking avatars take up too much room at this size */
    24772482        .commentlist > li.comment,
    24782483        .commentlist > li.pingback {
     
    25282533        #branding {
    25292534                border-top: none;
    25302535        }
    2531         .singular .entry-header .entry-meta,
    2532         .singular .entry-header .entry-format,
    2533         .singular .entry-meta .edit-link a {
    2534                 position: static;
    2535         }
    25362536}
    25372537
    25382538