Changeset 45666
- Timestamp:
- 07/24/2019 10:01:22 PM (4 years ago)
- Location:
- branches/5.2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
-
branches/5.2/src/wp-admin/css/common.css
r45521 r45666 2657 2657 bottom: 0; 2658 2658 left: 0; 2659 margin-top: 10px; 2659 2660 margin-right: 250px; /* FYI box */ 2660 2661 padding: 10px 26px; 2661 2662 margin-bottom: -99939px; /* 60px less than the padding below to accommodate footer */ 2662 2663 padding-bottom: 99999px; /* equal height column trick */ 2664 } 2665 2666 #section-holder .notice { 2667 margin: 5px 0 15px; 2663 2668 } 2664 2669 -
branches/5.2/src/wp-admin/includes/plugin-install.php
r45185 r45666 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.