1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-12 17:44:07 +02:00

Remove border-collapse: separate in designs after removing cellspacing

This commit is contained in:
Jakub Vrana
2025-02-24 16:41:35 +01:00
parent b5beffb37c
commit a7365a50b1
2 changed files with 2 additions and 2 deletions

View File

@@ -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; }

View File

@@ -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; }