all repos — cgit @ d82c08a0446aa712a7d825e07f3d51796421b3a2

a hyperfast web frontend for git written in c

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 <hjemli@gmail.com>
Lars Hjemli hjemli@gmail.com
Wed, 16 May 2007 03:30:57 +0200
commit

d82c08a0446aa712a7d825e07f3d51796421b3a2

parent

8f6f8c3406ad069b37da7cb90462c1e61c991859

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M cgit.csscgit.css

@@ -266,6 +266,10 @@ font-size: 100%;

border: none; } +table.diffstat td.mode { + white-space: nowrap; +} + table.diffstat td span.modechange { padding-left: 1em; color: red;