Changeset 45287
- Timestamp:
- 05/07/2019 05:18:34 PM (5 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r45278 r45287 45 45 <p class="lead-description"><?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> 46 46 <div class="inline-svg aligncenter"> 47 <img src="https:// make.wordpress.org/core/files/2019/05/about_maintain-wordpress.png" alt="">47 <img src="https://s.w.org/images/core/5.2/about_maintain-wordpress-v2.svg" alt=""> 48 48 </div> 49 49 </div> -
trunk/src/wp-admin/css/about.css
r45278 r45287 53 53 .about-wrap .inline-svg img { 54 54 max-width: 100%; 55 width: 100%;55 width: auto; 56 56 height: auto; 57 57 } … … 344 344 .about-wrap .headline-feature img { 345 345 max-width: 600px; 346 width: 100%; 346 347 } 347 348
Note: See TracChangeset
for help on using the changeset viewer.