Ticket #17602: 17602.2.diff
| File 17602.2.diff, 964 bytes (added by ryan, 2 years ago) |
|---|
-
wp-admin/credits.php
26 26 <style type="text/css"> 27 27 h3.wp-people-group, h3.wp-props-group { clear: both; } 28 28 ul.wp-people-group { margin-bottom: 50px; } 29 <?php if ( is_rtl() ) { ?> 30 li.wp-person { float: right; height: 100px; width: 240px; margin-left: 20px; } 31 li.wp-person img.gravatar { float: right; margin-left: 10px; margin-bottom: 10px; width: 60px; height: 60px } 32 <?php } else { ?> 29 33 li.wp-person { float: left; height: 100px; width: 240px; margin-right: 20px; } 30 34 li.wp-person img.gravatar { float: left; margin-right: 10px; margin-bottom: 10px; width: 60px; height: 60px } 35 <?php } ?> 31 36 li.wp-person a.web { font-size: 16px; text-decoration: none; } 32 37 </style> 33 38 <?php } … … 137 142 __( 'XML-RPC Developer' ); 138 143 __( 'Internationalization' ); 139 144 140 ?> 141 No newline at end of file 145 ?>