1

Fix the border property of a table showing PGN game.

This commit is contained in:
vonavi 2014-04-12 22:11:38 +03:00
parent a4ae7fd44c
commit 868f098d1e

View File

@ -18,9 +18,8 @@ body, html { height: 100%; }
} }
#GameText { #GameText {
display: table; display: table;
width: 141px;
border-top: @tableBorder;
border-left: @tableBorder; border-left: @tableBorder;
#ShowPgnText > :nth-child(-n+4) { border-top: @tableBorder; }
.move { .move {
display: table-cell; display: table-cell;
border-bottom: @tableBorder; border-bottom: @tableBorder;