aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/html/generated.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/html/generated.go')
-rw-r--r--pkg/html/generated.go13
1 files changed, 11 insertions, 2 deletions
diff --git a/pkg/html/generated.go b/pkg/html/generated.go
index 644cbddd9..732ed507a 100644
--- a/pkg/html/generated.go
+++ b/pkg/html/generated.go
@@ -80,6 +80,11 @@ table td, table th {
max-width: 350pt;
}
+.list_table .commit_list {
+ width: 500pt;
+ max-width: 500pt;
+}
+
.list_table .tag {
font-family: monospace;
font-size: 8pt;
@@ -104,8 +109,8 @@ table td, table th {
}
.list_table .kernel {
- width: 60pt;
- max-width: 60pt;
+ width: 80pt;
+ max-width: 80pt;
}
.list_table .maintainers {
@@ -154,6 +159,10 @@ textarea {
width:100%;
font-family: monospace;
}
+
+.mono {
+ font-family: monospace;
+}
`
const js = `
// Copyright 2018 syzkaller project authors. All rights reserved.