From 5a4d8aa8cd63b90b8037e7fa16931a46fc33a72e Mon Sep 17 00:00:00 2001 From: Hugues Peccatte Date: Sun, 14 Dec 2014 10:55:47 +0100 Subject: [PATCH] Fix #4648 Missing borders Signed-off-by: Hugues Peccatte --- ChangeLog | 1 + themes/pmahomme/css/common.css.php | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d2fedca4b1..228f719f19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ phpMyAdmin - ChangeLog 4.3.3.0 (not yet released) - bug The "Recently used tables" setting should be with Nav panel - bug #4647 Can't disable Favorites +- bug #4648 Missing borders 4.3.2.0 (2014-12-12) - bug #4628 PHP error while exporting schema as PDF diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 92326d16a9..8c58e05079 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -401,8 +401,11 @@ table { border-collapse: collapse; } -th { +thead th { border-right: 1px solid #fff; +} + +th { text-align: left; }