Ticket #30366: 30366.5.diff
File 30366.5.diff, 1.5 KB (added by , 10 years ago) |
---|
-
src/wp-content/themes/twentyfifteen/header.php
12 12 <html <?php language_attributes(); ?> class="no-js"> 13 13 <head> 14 14 <meta charset="<?php bloginfo( 'charset' ); ?>"> 15 <meta name="viewport" content="width=device-width , initial-scale=1">15 <meta name="viewport" content="width=device-width"> 16 16 <link rel="profile" href="http://gmpg.org/xfn/11"> 17 17 <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> 18 18 <!--[if lt IE 9]> -
src/wp-content/themes/twentyfifteen/style.css
3918 3918 */ 3919 3919 3920 3920 @media screen and (min-width: 59.6875em) { 3921 body:before,3922 .sidebar-fixed .site-header,3923 .sidebar-fixed .main-navigation,3924 .sidebar-fixed .social-navigation,3925 .sidebar-fixed .widget {3926 -webkit-transform: translateZ(0); /* Fixes flashing bug with scrolling on iOS Safari */3927 }3928 3929 .sidebar-fixed .sidebar {3930 position: fixed;3931 }3932 3933 3921 body:before { 3934 3922 background-color: #fff; 3935 3923 box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); … … 3941 3929 top: 0; 3942 3930 left: 0; 3943 3931 width: 29.4118%; 3932 z-index: 0; /* Fixes flashing bug with scrolling on Safari */ 3944 3933 } 3945 3934 3946 3935 .site {