X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=whats_new%2Frules%2Fmoves.css;h=03c905bd4965580a6594425cc791e2454a55bb62;hb=d0bbea2a2f1355bf3a69bf7cc7fd1ed08a0b10f6;hp=c572aa753ff26a1265c03e304adce4ea30562bba;hpb=d783e0c4dab936f6f07cc2cf38d97c617d6c3488;p=xboard.git diff --git a/whats_new/rules/moves.css b/whats_new/rules/moves.css index c572aa7..03c905b 100644 --- a/whats_new/rules/moves.css +++ b/whats_new/rules/moves.css @@ -1,7 +1,6 @@ table.board { border-collapse: collapse; overflow: hide; - margin-left: 36px; } table.board td { width: 36px; height: 36px; vertical-align: center; @@ -22,17 +21,15 @@ table.board td img { } table.board td.w { background: #FFFFFF; color: black; height: 36px; width: 360px; - padding-left: 36px; text-align: left; } table.board td.b { background: #FFFFFF; color: white; height: 72px; width: 36px; } table.board td.h { - display: none; + background: #FFFFFF; color: white; height: 36px; width: 36px; } table.board td.n { background: #C0C0C0; color: black; height: 36px; width: 36px; border: 1px solid black; -} - +} \ No newline at end of file