Ticket #17602: 17602.diff
| File 17602.diff, 843 bytes (added by BenChapman, 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-right: 20px; } 31 <?php } else { ?> 29 32 li.wp-person { float: left; height: 100px; width: 240px; margin-right: 20px; } 33 <?php } ?> 30 34 li.wp-person img.gravatar { float: left; margin-right: 10px; margin-bottom: 10px; width: 60px; height: 60px } 31 35 li.wp-person a.web { font-size: 16px; text-decoration: none; } 32 36 </style> … … 137 141 __( 'XML-RPC Developer' ); 138 142 __( 'Internationalization' ); 139 143 140 ?> 141 No newline at end of file 144 ?>
