Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2014-12-20 13:16:10 +01:00
commit d9bbf759d6
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;
}