From: Jan Schneider Date: Tue, 24 Aug 2010 13:50:19 +0000 (+0200) Subject: Fix CSS. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=cefde76f4d8eb285662daaf26ebfa5c44d07acb7;p=horde.git Fix CSS. --- diff --git a/chora/templates/stats/stats.inc b/chora/templates/stats/stats.inc index 4ee75ca51..61f9c268c 100644 --- a/chora/templates/stats/stats.inc +++ b/chora/templates/stats/stats.inc @@ -13,7 +13,7 @@ $factor = $most / 400; foreach ($stats as $author => $commits): $width = (int)($commits / $factor); ?>    - () + () diff --git a/chora/themes/screen.css b/chora/themes/screen.css index 9bec8e17b..bdd0a72e8 100644 --- a/chora/themes/screen.css +++ b/chora/themes/screen.css @@ -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 {