From 868f098d1e754235c40067a6080d50db7a3c5e94 Mon Sep 17 00:00:00 2001 From: vonavi Date: Sat, 12 Apr 2014 22:11:38 +0300 Subject: [PATCH] Fix the border property of a table showing PGN game. --- _assets/stylesheets/less/pgn4web.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_assets/stylesheets/less/pgn4web.less b/_assets/stylesheets/less/pgn4web.less index cd6bc46..2a4dbf7 100644 --- a/_assets/stylesheets/less/pgn4web.less +++ b/_assets/stylesheets/less/pgn4web.less @@ -18,9 +18,8 @@ body, html { height: 100%; } } #GameText { display: table; - width: 141px; - border-top: @tableBorder; border-left: @tableBorder; + #ShowPgnText > :nth-child(-n+4) { border-top: @tableBorder; } .move { display: table-cell; border-bottom: @tableBorder;