Changeset 30565
- Timestamp:
- 11/25/2014 02:57:40 PM (11 years ago)
- Location:
- trunk/src/wp-content/themes/twentyfifteen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/header.php
r30394 r30565 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' ); ?>"> -
trunk/src/wp-content/themes/twentyfifteen/style.css
r30564 r30565 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; … … 3942 3930 left: 0; 3943 3931 width: 29.4118%; 3932 z-index: 0; /* Fixes flashing bug with scrolling on Safari */ 3944 3933 } 3945 3934
Note: See TracChangeset
for help on using the changeset viewer.