From 6dd92a8641fcbd244d0ab24a047224af1cb1e2f6 Mon Sep 17 00:00:00 2001 From: vonavi Date: Sun, 13 Apr 2014 11:39:19 +0300 Subject: [PATCH] Fix the displaying of PGN text for WebKit-based browsers. --- _assets/stylesheets/less/pgn4web.less | 1 + 1 file changed, 1 insertion(+) diff --git a/_assets/stylesheets/less/pgn4web.less b/_assets/stylesheets/less/pgn4web.less index 2a4dbf7..bd9627b 100644 --- a/_assets/stylesheets/less/pgn4web.less +++ b/_assets/stylesheets/less/pgn4web.less @@ -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;