diff --git a/ChangeLog b/ChangeLog index b0c87e4b1c..6d092f9f18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,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 69554d7d44..35e6bcf6b5 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; }