summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-10 03:22:32 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-10 03:22:32 +0200
commit80e23e2629a37d8ccaa6798a8b5e29b49a3a7268 (patch)
treece9ecbd46a787a60695a5e4677a2b2f8ca88df7f
parentb928656088ef14e7d004de726df0d1cd70d1cdba (diff)
Remove dead CSS rule for table.node_table th.title
-rw-r--r--public/stylesheets/admin.css3
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
400table.node_table th.node_id, 400table.node_table th.node_id,
401table.node_table th.revision, 401table.node_table th.revision {
402table.node_table th.title {
403 min-width: 4rem; 402 min-width: 4rem;
404} 403}
405 404