summaryrefslogtreecommitdiff
path: root/style/main.css
diff options
context:
space:
mode:
authordweller <dweller@cabin.digital>2024-02-26 14:04:19 +0200
committerdweller <dweller@cabin.digital>2024-02-26 14:04:19 +0200
commit36d138c406e0e8974da979f9af2414b1f99b3131 (patch)
tree0e51773ff838cc182ad0501661ff1330ae8f1246 /style/main.css
parentc8cef7f8099ef3caa973c4c5ff19b094121a21dc (diff)
attempt to fix mandoc retarded CSS generation
Diffstat (limited to '')
-rw-r--r--style/main.css28
1 files changed, 0 insertions, 28 deletions
diff --git a/style/main.css b/style/main.css
index e4e0e0e..e650d1b 100644
--- a/style/main.css
+++ b/style/main.css
@@ -392,34 +392,6 @@ footer, #about_pane
transform: rotate(180deg);
}
-table, td, th, td
-{
- border-collapse: separate;
- border-spacing: 0;
-}
-
-table
-{
- border: none !important;
-}
-
-td, th, td
-{
- padding: 5pt;
- border-left: solid 1px var(--border);
- border-right: none;
- border-top: solid 1px var(--border);
- border-bottom: none;
-}
-
-tr:last-of-type td { border-bottom: solid 1px var(--border); }
-td:last-of-type { border-right: solid 1px var(--border); }
-
-tr:first-of-type td:first-of-type { border-top-left-radius: 0.5em; }
-tr:first-of-type td:last-of-type { border-top-right-radius: 0.5em; }
-tr:last-of-type td:first-of-type { border-bottom-left-radius: 0.5em; }
-tr:last-of-type td:last-of-type { border-bottom-right-radius: 0.5em; }
-
@media (prefers-color-scheme: dark)
{