From c5abd34524f4adc51872d3d685398398fb18d9c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Thu, 6 May 2021 23:37:11 +0200 Subject: Remove unused CSS queries IE6 happily reads these... --- src/style.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/style.css b/src/style.css index 74e0a75..56fd823 100644 --- a/src/style.css +++ b/src/style.css @@ -79,18 +79,10 @@ td.heading-cell { padding: 0; } -tr + tr { - //border-top: 1px dashed #ccc; -} - tr.heading-row, tr.heading-row + tr { border-top: 0; } -td + td { - //border-left: 1px dashed #ccc; -} - td h3 { width: 100%; font-size: 18px; -- cgit v1.2.3