1
Fork 0

Fix the displaying of PGN text for WebKit-based browsers.

master
vonavi 2014-04-13 11:39:19 +03:00
parent c922d5063a
commit 6dd92a8641
1 changed files with 1 additions and 0 deletions

View File

@ -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;