From 1ad7fe62bcf56453758163fdb79dc8d35f4c7d36 Mon Sep 17 00:00:00 2001 From: Dzejkobik007 Date: Wed, 2 Nov 2022 13:01:27 +0100 Subject: [PATCH] remove border --- wap/raycast/src/index.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/wap/raycast/src/index.html b/wap/raycast/src/index.html index ca291e7..5d7648f 100644 --- a/wap/raycast/src/index.html +++ b/wap/raycast/src/index.html @@ -101,11 +101,14 @@ margin: 0; top: 50%; transform: scale(0.5); - border-right: none; - border-bottom: none; + border: none; } - table tbody * { + table tbody { + border: none; + } + + table tbody tr * { padding: 0; /* border: 1px #3e50b4; */ border-style: dashed; @@ -114,7 +117,6 @@ .notopborder { border-top: none; - } .nobottomborder {