Fix the border property of a table showing PGN game.
This commit is contained in:
parent
a4ae7fd44c
commit
868f098d1e
@ -18,9 +18,8 @@ body, html { height: 100%; }
|
||||
}
|
||||
#GameText {
|
||||
display: table;
|
||||
width: 141px;
|
||||
border-top: @tableBorder;
|
||||
border-left: @tableBorder;
|
||||
#ShowPgnText > :nth-child(-n+4) { border-top: @tableBorder; }
|
||||
.move {
|
||||
display: table-cell;
|
||||
border-bottom: @tableBorder;
|
||||
|
Loading…
Reference in New Issue
Block a user