From: Michael M Slusarz Date: Fri, 19 Jun 2009 18:28:08 +0000 (-0600) Subject: Better branch display on file screen X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=bb71107c33e5df7687b671819857320dd616bf82;p=horde.git Better branch display on file screen --- diff --git a/chora/templates/log/rev.inc b/chora/templates/log/rev.inc index eea130f48..7f10c85ba 100644 --- a/chora/templates/log/rev.inc +++ b/chora/templates/log/rev.inc @@ -6,9 +6,11 @@ " onclick="Chora_RevLog.sdiff(this);"> abbrev($rev)) ?> - - $val))) . htmlspecialchars($val) ?> - + + + + $val))) . htmlspecialchars($val) ?> + () diff --git a/chora/themes/screen.css b/chora/themes/screen.css index 665ab6a01..31f8be18d 100644 --- a/chora/themes/screen.css +++ b/chora/themes/screen.css @@ -125,6 +125,7 @@ h3.revision_log, h3.checkout { margin-bottom: 4px; } .revlog .branch { + display: block; font-style: italic; } .revlog .message {