From d82c08a0446aa712a7d825e07f3d51796421b3a2 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Wed, 16 May 2007 03:30:57 +0200 Subject: Do not wrap filemode column in diffstat table The diffstat looks rather ugly when the filemode is wrapped to one char per line, so lets force it to not wrap. Signed-off-by: Lars Hjemli --- cgit.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cgit.css b/cgit.css index 5cf8d15..6c7f9c3 100644 --- a/cgit.css +++ b/cgit.css @@ -266,6 +266,10 @@ table.diffstat td { border: none; } +table.diffstat td.mode { + white-space: nowrap; +} + table.diffstat td span.modechange { padding-left: 1em; color: red; -- cgit v1.2.3-59-g8ed1b