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;