WordPress.org

Make WordPress Core

Ticket #19386: 19386.960wide.2.patch

File 19386.960wide.2.patch, 665 bytes (added by chexee, 10 years ago)

Optimises RTL CSS for 960px wide

  • wp-admin/css/wp-admin-rtl.dev.css

     
    13801380.about-wrap .feature-section.angled-left .left-feature,
    13811381.about-wrap .feature-section.angled-right .left-feature {
    13821382        margin-right: 0;
    1383         margin-left: 5%;
     1383        margin-left: 3%;
    13841384}
    13851385
    13861386.about-wrap .feature-section.angled-left .right-feature,
    13871387.about-wrap .feature-section.angled-right .right-feature {
    13881388        margin-left: 0;
    1389         margin-right: 5%;
     1389        margin-right: 4%;
    13901390}
    13911391
    13921392.about-wrap .feature-section.images-stagger-right .angled-left,