X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=tictactoe%2Ftictactoe.css;h=d505c7ded3f4b356548b3b40b38c92f3c284dae4;hb=1292fbceb528e33906f7f28f7205d57d6ff19b61;hp=0e56082c8fa7e495d1c82200f2103ea5d073a557;hpb=f0c30f7cd59ecfca24e6a7332910f87a6b2045e6;p=lmno.games diff --git a/tictactoe/tictactoe.css b/tictactoe/tictactoe.css index 0e56082..d505c7d 100644 --- a/tictactoe/tictactoe.css +++ b/tictactoe/tictactoe.css @@ -1,8 +1,3 @@ -body { - font: 14px "Century Gothic", Futura, sans-serif; - margin: 20px; -} - ol, ul { padding-left: 30px; } @@ -19,6 +14,7 @@ ol, ul { .square { background: #fff; + color: black; border: 1px solid #999; float: left; font-size: 24px; @@ -39,12 +35,3 @@ ol, ul { .kbd-navigation .square:focus { background: #ddd; } - -.game { - display: flex; - flex-direction: row; -} - -.game-info { - margin-left: 20px; -}