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; }
|
#ShowPgnText > :nth-child(-n+4) { border-top: @tableBorder; }
|
||||||
.move {
|
.move {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
|
float: left;
|
||||||
border-bottom: @tableBorder;
|
border-bottom: @tableBorder;
|
||||||
border-right: @tableBorder;
|
border-right: @tableBorder;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user