Fix CSS.
authorJan Schneider <jan@horde.org>
Tue, 24 Aug 2010 13:50:19 +0000 (15:50 +0200)
committerJan Schneider <jan@horde.org>
Tue, 24 Aug 2010 13:50:19 +0000 (15:50 +0200)
chora/templates/stats/stats.inc
chora/themes/screen.css

index 4ee75ca..61f9c26 100644 (file)
@@ -13,7 +13,7 @@ $factor = $most / 400;
 foreach ($stats as $author => $commits): $width = (int)($commits / $factor); ?>
  <tr>
   <td class="rightAlign"><?php echo htmlspecialchars($author) ?>&nbsp;&nbsp;</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>
index 9bec8e1..bdd0a72 100644 (file)
@@ -265,7 +265,7 @@ table.hrdiff caption {
     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 {