foreach ($stats as $author => $commits): $width = (int)($commits / $factor); ?>
<tr>
<td class="rightAlign"><?php echo htmlspecialchars($author) ?> </td>
- <td><img src="<?php echo $registry->get('webroot', 'horde') ?>/services/images/pixel.php?c=bbcbff" id="statsImg" width="<?php echo $width ?>" height="10" /> (<?php echo $commits ?>)</td>
+ <td><img src="<?php echo $registry->get('webroot', 'horde') ?>/services/images/pixel.php?c=bbcbff" class="chora-stats" width="<?php echo $width ?>" height="10" /> (<?php echo $commits ?>)</td>
</tr>
<?php endforeach ?>
</tbody>
font-weight: bold;
padding: 5px;
}
-table.hrdiff caption img, .statsImg {
+table.hrdiff caption img, img.chora-stats {
border: 1px solid #000;
}
table.hrdiff caption img {