Ticket #46901: 46901.5.diff
File 46901.5.diff, 3.5 KB (added by , 6 years ago) |
---|
-
src/wp-admin/about.php
46 46 <div class="col"> 47 47 <p><?php _e( 'WordPress 5.2 gives you even more robust tools for identifying and fixing configuration issues and fatal errors. Whether you are a developer helping clients or you manage your site solo, these tools can help get you the right information when you need it.' ); ?></p> 48 48 <div class="inline-svg"> 49 <img src="https:// make.wordpress.org/core/files/2019/04/site-safe.png" alt="">49 <img src="https://s.w.org/images/core/5.2/about-maintain-wordpress-2x.png" alt=""> 50 50 </div> 51 51 </div> 52 52 </div> … … 57 57 <div class="col"> 58 58 <h3><?php _e( 'Site Health Check' ); ?></h3> 59 59 <div class="inline-svg alignright"> 60 <img src="https:// make.wordpress.org/core/files/2019/04/health-check.png" alt="">60 <img src="https://s.w.org/images/core/5.2/hearts.svg" alt=""> 61 61 </div> 62 62 <p> 63 63 <?php … … 78 78 <div class="feature-section one-col is-wide wp-clearfix"> 79 79 <div class="col"> 80 80 <div class="inline-svg alignleft"> 81 <img src="https:// make.wordpress.org/core/files/2019/04/error-protection.png" alt="">81 <img src="https://s.w.org/images/core/5.2/error-protection.svg" alt=""> 82 82 </div> 83 83 <h3><?php _e( 'PHP Error Protection' ); ?></h3> 84 84 <p><?php _e( 'This administrator-focused update will let you safely fix or manage fatal errors without requiring developer time. It features better handling of the so-called “white screen of death,” and a way to enter recovery mode, which pauses error-causing plugins or themes.' ); ?></p> -
src/wp-admin/css/about.css
135 135 font-weight: 400; 136 136 } 137 137 138 .about-wrap h2 { 138 .about-wrap h2, 139 .about-wrap nav { 139 140 margin: 40px 0 .6em; 140 141 font-size: 2.7em; 141 142 line-height: 1.3; -
src/wp-admin/css/colors/_admin.scss
130 130 131 131 /* Active tabs use a bottom border color that matches the page background color. */ 132 132 133 .about-wrap h2.nav-tab-active,133 .about-wrap .nav-tab-active, 134 134 .nav-tab-active, 135 135 .nav-tab-active:hover { 136 136 background-color: $body-background; -
src/wp-admin/css/common.css
2171 2171 margin-left: 0.5em; /* half the font size so set the font size properly */ 2172 2172 padding: 5px 10px; 2173 2173 font-size: 14px; 2174 line-height: 1. 8;2174 line-height: 1.33333333; 2175 2175 font-weight: 600; 2176 2176 background: #e5e5e5; 2177 2177 color: #555; … … 2213 2213 2214 2214 h1.nav-tab-wrapper, /* Back-compat for pre-4.4 */ 2215 2215 .wrap h2.nav-tab-wrapper, /* higher specificity to override .wrap > h2:first-child */ 2216 .wrap nav.nav-tab-wrapper, 2216 2217 .nav-tab-wrapper { 2217 2218 border-bottom: 1px solid #ccc; 2218 2219 margin: 0; … … 3993 3994 3994 3995 h1.nav-tab-wrapper, 3995 3996 .wrap h2.nav-tab-wrapper, 3997 .wrap nav.nav-tab-wrapper, 3996 3998 .nav-tab-wrapper { 3997 3999 border-bottom: 0; 3998 4000 } 3999 4001 4000 4002 h1 .nav-tab, 4001 4003 h2 .nav-tab, 4002 h3 .nav-tab { 4004 h3 .nav-tab, 4005 .wrap nav .nav-tab { 4003 4006 margin: 10px 10px 0 0; 4004 4007 border-bottom: 1px solid #ccc; 4005 4008 }