Ticket #38395: 38395.2.patch
| File 38395.2.patch, 2.0 KB (added by , 9 years ago) |
|---|
-
src/wp-content/themes/twentyfifteen/inc/customizer.php
17 17 function twentyfifteen_customize_register( $wp_customize ) { 18 18 $color_scheme = twentyfifteen_get_color_scheme(); 19 19 20 $wp_customize->remove_control('background_preset'); 21 $wp_customize->remove_control('background_size'); 22 20 23 $wp_customize->get_setting( 'blogname' )->transport = 'postMessage'; 21 24 $wp_customize->get_setting( 'blogdescription' )->transport = 'postMessage'; 22 25 -
src/wp-content/themes/twentyseventeen/style.css
3901 3901 } 3902 3902 } 3903 3903 3904 @media screen and ( min-width: 55em ) {3905 3906 .panel-image {3907 background-attachment: fixed;3908 }3909 }3910 3911 3904 @media screen and ( min-width: 67em ) { 3912 3905 3913 3906 /* Layout */ … … 3921 3914 margin-left: 0; 3922 3915 } 3923 3916 3917 /* Front Page */ 3918 .panel-image { 3919 background-attachment: fixed; 3920 } 3921 3924 3922 /* Sticky posts */ 3925 3923 3926 3924 .sticky .icon-thumb-tack { … … 3958 3956 } 3959 3957 } 3960 3958 3959 /* Override fixed backgrounds on iPad Pro */ 3960 @media screen and ( min-device-width : 64em ) and ( max-device-width : 64em ) and ( min-device-height : 85.375em ) and ( max-device-height : 85.375em ) and ( min-width: 64em ) and ( max-width: 64em ) { 3961 .panel-image { 3962 background-attachment: scroll; 3963 } 3964 } 3965 3966 @media screen and ( min-device-width : 64em ) and ( max-device-width : 64em ) and ( min-device-height : 85.375em ) and ( max-device-height : 85.375em ) and ( min-width: 85.375em ) and ( max-width: 85.375em ) { 3967 .panel-image { 3968 background-attachment: scroll; 3969 } 3970 } 3971 3961 3972 @media screen and ( min-width: 79em ) { 3962 3973 3963 3974 .has-sidebar .entry-content blockquote.alignleft {