From bb71107c33e5df7687b671819857320dd616bf82 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 19 Jun 2009 12:28:08 -0600 Subject: [PATCH] Better branch display on file screen --- chora/templates/log/rev.inc | 8 +++++--- chora/themes/screen.css | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) 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 { -- 2.11.0