Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.zx2c4.com/cgit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2007-05-16 05:30:57 +0400
committerLars Hjemli <hjemli@gmail.com>2007-05-16 05:30:57 +0400
commitd82c08a0446aa712a7d825e07f3d51796421b3a2 (patch)
treef023478d5fdd94861ce6186dc7f64ec9b40801be /cgit.css
parent8f6f8c3406ad069b37da7cb90462c1e61c991859 (diff)
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>
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css4
1 files changed, 4 insertions, 0 deletions
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;