diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-10 03:22:32 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-10 03:22:32 +0200 |
| commit | 80e23e2629a37d8ccaa6798a8b5e29b49a3a7268 (patch) | |
| tree | ce9ecbd46a787a60695a5e4677a2b2f8ca88df7f | |
| parent | b928656088ef14e7d004de726df0d1cd70d1cdba (diff) | |
Remove dead CSS rule for table.node_table th.title
| -rw-r--r-- | public/stylesheets/admin.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index e4bdac4..56470bc 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -398,8 +398,7 @@ table.events_table tr { | |||
| 398 | } | 398 | } |
| 399 | 399 | ||
| 400 | table.node_table th.node_id, | 400 | table.node_table th.node_id, |
| 401 | table.node_table th.revision, | 401 | table.node_table th.revision { |
| 402 | table.node_table th.title { | ||
| 403 | min-width: 4rem; | 402 | min-width: 4rem; |
| 404 | } | 403 | } |
| 405 | 404 | ||
