Ticket #20471: 20471.diff

File 20471.diff, 1.3 KB (added by mfields, 13 months ago)
  • wp-content/themes/twentyeleven/style.css

     
    12371237.indexed.format-image .entry-content { 
    12381238        padding-top: 0.5em; 
    12391239} 
    1240 .indexed.format-image p, 
    1241 .indexed.format-image p img { 
    1242         margin-bottom: 0; 
     1240.indexed.format-image .entry-content p { 
     1241        margin: 1em 0; 
    12431242} 
     1243.indexed.format-image .entry-content p:first-child, 
     1244.indexed.format-image .entry-content p:first-child a, 
     1245.indexed.format-image .entry-content p:first-child img { 
     1246        display: block; 
     1247        margin: 0; 
     1248} 
     1249.indexed.format-image .entry-content .wp-caption .wp-caption-text { 
     1250        margin: 0; 
     1251        padding-bottom: 1em; 
     1252} 
    12441253.indexed.format-image footer.entry-meta { 
    12451254        background: #ddd; 
    1246         margin-top: -7px; 
    1247         padding: 20px 30px; 
    12481255        overflow: hidden; 
     1256        padding: 4%; 
     1257        max-width: 96%; 
    12491258} 
    12501259.indexed.format-image div.entry-meta { 
    12511260        display: inline-block; 
     
    12761285        background: #111; 
    12771286        margin-bottom: 0; 
    12781287        max-width: 96%; 
    1279         padding: 11px; 
     1288        padding: 2% 2% 0; 
    12801289} 
    12811290.indexed.format-image .wp-caption .wp-caption-text { 
    12821291        color: #ddd; 
     
    24142423        /* Floated content doesn't work well at this size */ 
    24152424        .alignleft, 
    24162425        .alignright { 
     2426                display: block; 
    24172427                float: none; 
    24182428                margin-left: 0; 
    24192429                margin-right: 0;