Changeset 18116
- Timestamp:
- 06/02/2011 05:21:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/credits.php
r18092 r18116 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>
Note: See TracChangeset
for help on using the changeset viewer.