diff options
Diffstat (limited to 'pkg/html')
| -rw-r--r-- | pkg/html/pages/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/html/pages/style.css b/pkg/html/pages/style.css index 7a2ca851a..19d06210b 100644 --- a/pkg/html/pages/style.css +++ b/pkg/html/pages/style.css @@ -181,6 +181,10 @@ table td, table th { font-family: monospace; } +.list_table .stale_repro { + text-decoration: line-through; +} + .bad { color: #f00; font-weight: bold; |
