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 {
|
#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;
|
||||||
|
Loading…
Reference in New Issue
Block a user