Fix merge conflict (master)

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2014-12-20 07:14:31 -05:00
commit 730aab017a
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -401,8 +401,11 @@ table {
border-collapse: collapse;
}
th {
thead th {
border-right: 1px solid #fff;
}
th {
text-align: left;
}