Changeset 45563
- Timestamp:
- 06/25/2019 02:10:29 PM (5 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r45520 r45563 2663 2663 bottom: 0; 2664 2664 left: 0; 2665 margin-top: 10px; 2665 2666 margin-right: 250px; /* FYI box */ 2666 2667 padding: 10px 26px; 2667 2668 margin-bottom: -99939px; /* 60px less than the padding below to accommodate footer */ 2668 2669 padding-bottom: 99999px; /* equal height column trick */ 2670 } 2671 2672 #section-holder .notice { 2673 margin: 5px 0 15px; 2669 2674 } 2670 2675 -
trunk/src/wp-admin/includes/plugin-install.php
r45412 r45563 753 753 <?php } ?> 754 754 </div> 755 <div id="section-holder" class="wrap">755 <div id="section-holder"> 756 756 <?php 757 757 $requires_php = isset( $api->requires_php ) ? $api->requires_php : null;
Note: See TracChangeset
for help on using the changeset viewer.