~canonical-sysadmins/wordpress/4.2.4

« back to all changes in this revision

Viewing changes to wp-content/themes/twentyfifteen/css/editor-style.css

  • Committer: Paul Gear
  • Date: 2015-04-24 01:35:20 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: paul.gear@canonical.com-20150424013520-w4p9ksth76zh6opw
Merge new upstream release 4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 * 6.0 - Galleries
16
16
 * 7.0 - Audio / Video
17
17
 * 8.0 - RTL
 
18
 * 9.0 - Media Queries
18
19
 */
19
20
 
20
21
 
300
301
        vertical-align: middle;
301
302
}
302
303
 
303
 
a img {
304
 
        display: block;
305
 
}
306
 
 
307
304
figure {
308
305
        margin: 0;
309
306
}
479
476
.rtl table caption {
480
477
        text-align: right;
481
478
}
 
479
 
 
480
 
 
481
/**
 
482
 * 9.0 Media Queries
 
483
 */
 
484
 
 
485
@media screen and (max-width: 740px) {
 
486
        body, img, .wp-caption {
 
487
                max-width: 100%;
 
488
        }
 
489
 
 
490
        img, .wp-caption {
 
491
                width: auto !important;
 
492
        }
 
493
}