From 715f544e04e2611861c9e063a1372fe5fe1b2a85 Mon Sep 17 00:00:00 2001 From: ulaulaman <34242086+ulaulaman@users.noreply.github.com> Date: Thu, 10 May 2018 17:08:08 +0200 Subject: [PATCH] align to center for table headers --- css/table.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/table.css b/css/table.css index cd5c184..faa6ac6 100644 --- a/css/table.css +++ b/css/table.css @@ -26,6 +26,7 @@ div.blueTable { font-size: 15px; font-weight: bold; color: #FFFFFF; + text-align: center; border-left: 2px solid #D0E4F5; } .divTable.blueTable .divTableHeading .divTableHead:first-child {