Ticket #33557: 33557.2.patch
File 33557.2.patch, 1.2 KB (added by , 9 years ago) |
---|
-
wp-admin/css/edit.css
610 610 position: absolute; 611 611 } 612 612 613 #poststuff h2 { 614 margin-top: 20px; 615 font-size: 1.5em; 616 margin-bottom: 15px; 617 padding: 0 0 3px; 618 clear: left; 619 } 620 621 #poststuff h3 { 613 #poststuff h2, #poststuff h3 { 622 614 font-size: 14px; 623 615 padding: 8px 12px; 624 616 margin: 0; … … 1341 1333 padding: 10px 10px; 1342 1334 } 1343 1335 1344 #poststuff h 3 {1336 #poststuff h2, #poststuff h3 { 1345 1337 padding: 12px; 1346 1338 } 1347 1339 -
wp-admin/includes/template.php
1100 1100 echo '<span class="screen-reader-text">' . sprintf( __( 'Click to toggle %s panel' ), $box['title'] ) . '</span><br />'; 1101 1101 echo '</button>'; 1102 1102 } 1103 echo "<h 3 class='hndle'><span>{$box['title']}</span></h3>\n";1103 echo "<h2 class='hndle'><span>{$box['title']}</span></h2>\n"; 1104 1104 echo '<div class="inside">' . "\n"; 1105 1105 call_user_func($box['callback'], $object, $box); 1106 1106 echo "</div>\n";