Fix the displaying of PGN text for WebKit-based browsers.
This commit is contained in:
parent
c922d5063a
commit
6dd92a8641
@ -22,6 +22,7 @@ body, html { height: 100%; }
|
||||
#ShowPgnText > :nth-child(-n+4) { border-top: @tableBorder; }
|
||||
.move {
|
||||
display: table-cell;
|
||||
float: left;
|
||||
border-bottom: @tableBorder;
|
||||
border-right: @tableBorder;
|
||||
text-align: center;
|
||||
|
Loading…
Reference in New Issue
Block a user