From 9d8d9b61238df3a855504825e5f735d00289f12b Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Fri, 22 Dec 2006 00:58:18 +0100 Subject: Only show first 80 characters of commit subject in log and summary Signed-off-by: Lars Hjemli --- cgit.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgit.css') diff --git a/cgit.css b/cgit.css index 7b8e468..85815c1 100644 --- a/cgit.css +++ b/cgit.css @@ -100,7 +100,7 @@ td.blob { background-color: white; } -table.log td { +table.nowrap td { white-space: nowrap; } -- cgit v1.2.1