diff --git a/css/common.css b/css/common.css index fc4dc95..e268fe2 100644 --- a/css/common.css +++ b/css/common.css @@ -41,8 +41,8 @@ body { text-align: right; } -#timeCell { - min-width: 10ch; +td#timeCell { + min-width: 10ch; } .minoes-table { diff --git a/css/opera.css b/css/opera.css index b46c457..cb1aa1e 100644 --- a/css/opera.css +++ b/css/opera.css @@ -75,6 +75,10 @@ body { color: white; } +td#timeCell { + text-align: center; +} + #matrixCard { background: transparent; border-top: none; diff --git a/css/retro.css b/css/retro.css index d0b71b8..9318303 100644 --- a/css/retro.css +++ b/css/retro.css @@ -7,9 +7,6 @@ src: url("retro/Early GameBoy.ttf"); } -body { -} - #screenRow { background-image: url("retro/bg.png"); background-size: 10px; diff --git a/index.html b/index.html index ea74798..3e39851 100644 --- a/index.html +++ b/index.html @@ -119,7 +119,7 @@