diff options
author | John Ankarström <john@ankarstrom.se> | 2021-05-06 23:37:11 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-05-06 23:37:11 +0200 |
commit | c5abd34524f4adc51872d3d685398398fb18d9c4 (patch) | |
tree | 1f0a6c69554bd0c807ba0c14d6f4630d0c6e571e | |
parent | 5c747b5231ab20d5a8c2812c009aa9c5039c376b (diff) | |
download | perlisdead-c5abd34524f4adc51872d3d685398398fb18d9c4.tar.gz |
Remove unused CSS queries
IE6 happily reads these...
-rw-r--r-- | src/style.css | 8 |
1 files changed, 0 insertions, 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; |