Ticket #34263: 34263.2.patch
File 34263.2.patch, 900 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/credits.php
60 60 $title = translate( $group_data['name'] ); 61 61 } 62 62 63 echo '<h 4 class="wp-people-group">' . esc_html( $title ) . "</h4>\n";63 echo '<h3 class="wp-people-group">' . esc_html( $title ) . "</h3>\n"; 64 64 } 65 65 66 66 if ( ! empty( $group_data['shuffle'] ) ) -
src/wp-admin/css/about.css
292 292 293 293 /* Credits */ 294 294 295 .about-wrap h 4.wp-people-group {296 margin -top: 2.6em;295 .about-wrap h3.wp-people-group { 296 margin: 2.6em 0 1.33em; 297 297 font-size: 16px; 298 line-height: inherit; 298 299 } 299 300 300 301 .about-wrap ul.wp-people-group {