From bf472763755e9b5b6c135ec6e872867a33c8259a Mon Sep 17 00:00:00 2001 From: dudleycu Date: Mon, 23 Aug 2021 19:42:15 +0900 Subject: [PATCH] just hit the sync button --- src/style.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/style.css b/src/style.css index 2acccbb..43c5cc3 100644 --- a/src/style.css +++ b/src/style.css @@ -54,6 +54,9 @@ body { text-align: center; text-shadow: -1px -1px 0 rgba(0,0,0,0.66), 1px -1px 0 rgba(0,0,0,0.66), -1px 1px 0 rgba(0,0,0,0.66), 1px 1px 0 rgba(0,0,0,0.66); } +table { + border-spacing: 0; +} table td { vertical-align: top; } @@ -127,11 +130,6 @@ padding: 0 5px; margin: 5px; border-bottom: 1px solid rgba(128,128,128,0.5); } -.box table { - border-spacing: 0; - color: white; - margin: 10px auto; -} .box tr { /* background-image: url("tr_bg.png");*/ background-repeat: no-repeat;