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 {