From a7365a50b1a8caa6115a94427e149444555bfe74 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 24 Feb 2025 16:41:35 +0100 Subject: [PATCH] Remove border-collapse: separate in designs after removing cellspacing --- designs/rmsoft/adminer.css | 2 +- designs/rmsoft_blue/adminer.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/designs/rmsoft/adminer.css b/designs/rmsoft/adminer.css index aa43693a..a65af3e1 100644 --- a/designs/rmsoft/adminer.css +++ b/designs/rmsoft/adminer.css @@ -81,7 +81,7 @@ code.jush-sql { background: #f0e8d6; } pre { background: #e0e0e0; } textarea { font-size: 120%; } body { width: -moz-fit-content; width: fit-content; } -table, td, th { border: 0; border-collapse: separate; } +table, td, th { border: 0; } .ltr table { margin: 1.9em 0 0 0; } .rtl table { margin: 1.9em 0 0 0; } .rtl table tbody td, .rtl table tbody th { text-align: right; } diff --git a/designs/rmsoft_blue/adminer.css b/designs/rmsoft_blue/adminer.css index 4a3d8fe2..ed5df42a 100644 --- a/designs/rmsoft_blue/adminer.css +++ b/designs/rmsoft_blue/adminer.css @@ -81,7 +81,7 @@ code.jush-sql { background: #d8eaf4; } pre { background: #aac6d8; } textarea { font-size: 120%; } body { width: -moz-fit-content; width: fit-content; } -table, td, th { border: 0; border-collapse: separate; } +table, td, th { border: 0; } .ltr table { margin: 1.9em 0 0 0; } .rtl table { margin: 1.9em 0 0 0; } .rtl table tbody td, .rtl table tbody th { text-align: right; }