Make WordPress Core

Ticket #24198: 24198.1.diff

File 24198.1.diff, 2.5 KB (added by lancewillett, 12 years ago)
  • wp-content/themes/twentythirteen/style.css

     
    502502
    503503/* Clearing floats */
    504504.clear:after,
    505 .format-audio .entry-media:after,
     505.entry-media:after,
    506506.attachment .entry-header:after,
    507507.site-footer .widget-area:after,
    508508.entry-content:after,
     
    516516
    517517.clear:before,
    518518.clear:after,
    519 .format-audio .entry-media:before,
    520 .format-audio .entry-media:after,
     519.entry-media:before,
     520.entry-media:after,
    521521.attachment .entry-header:before,
    522522.attachment .entry-header:after,
    523523.site-footer .widget-area:before,
     
    679679        height: auto;
    680680}
    681681
     682.entry-media img,
    682683img.size-full,
    683684img.size-large,
    684685img.wp-post-image {
     
    14221423        padding: 0 316px 0 0;
    14231424}
    14241425
    1425 .entry-media > *, .entry-media > * > img {
    1426         display: block;
     1426.entry-media .wp-caption,
     1427.entry-media .wp-caption-text,
     1428.entry-media [class*="align"] {
    14271429        margin: 0 auto;
    1428         max-width: 100%;
    14291430}
    14301431
    14311432/* Aside */
     
    27552756                margin-right: 0;
    27562757        }
    27572758
    2758         .sidebar .format-image .entry-content .size-full {
    2759                 margin: 0;
    2760         }
    2761 
    2762         .error404 .page-header,
    2763         .sidebar .format-image .entry-content img.size-full,
    2764         .sidebar .format-image .wp-caption:first-child .wp-caption-text {
     2759        .error404 .page-header {
    27652760                margin-left: auto;
    27662761                max-width: 604px;
    27672762                width: 100%;
     
    28192814        .sidebar .post-navigation .nav-links,
    28202815        .author.sidebar .author-info,
    28212816        .format-audio .entry-media,
    2822         .sidebar .format-audio .entry-media,
    2823         .sidebar .format-image .entry-content {
     2817        .sidebar .format-audio .entry-media {
    28242818                max-width: 604px;
    28252819                padding-left: 0;
    28262820                padding-right: 0;
     
    29232917                margin-right: 0;
    29242918        }
    29252919
    2926         .format-image .entry-content img:first-of-type,
    2927         .format-image .wp-caption:first-child .wp-caption-text {
    2928                 margin-left: auto;
    2929                 max-width: 604px;
    2930                 width: 100%;
    2931         }
    2932 
    29332920        .entry-media,
    29342921        .sidebar .entry-media {
    29352922                max-width: 604px;
  • wp-content/themes/twentythirteen/rtl.css

     
    323323 * ----------------------------------------------------------------------------
    324324 */
    325325
     326.entry-media a,
     327.entry-content a {
     328        display: inline;
     329}
     330
    326331.format-aside cite:before {
    327332        content: normal;
    328333        margin-right: auto;