diff --git a/ChangeLog b/ChangeLog index e80352e043..6b2501e6e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,7 @@ phpMyAdmin - ChangeLog - bug Undefined index central_columnswork - bug #4657 Don't have default blowfish_secret - bug #4656 Some error popups fade away too quickly +- bug #4648 Consistency in 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; }