Merge remote-tracking branch 'origin/QA_4_1' into QA_4_1

This commit is contained in:
Weblate 2014-02-04 13:40:52 +01:00
commit f5b7e36114
3 changed files with 11 additions and 4 deletions

View File

@ -13,6 +13,7 @@ phpMyAdmin - ChangeLog
- bug #4259 reCaptcha sound session expired problem
- bug #4263 Japanese character encoding not working properly when exporting
- bug #4269 Notice on table relation page
- bug #4270 Bad text-color for table comments
4.1.6.0 (2014-01-26)
- bug #4232 User not found after creating the user

View File

@ -801,9 +801,12 @@ div#tablestatistics table {
}
#span_table_comment {
font-weight: normal;
font-style: italic;
white-space: nowrap;
font-weight: bold;
font-style: italic;
white-space: nowrap;
margin-left: 10px;
color: #D6D6D6;
text-shadow: none;
}
#serverinfo img {

View File

@ -1040,9 +1040,12 @@ div#tablestatistics table {
}
#span_table_comment {
font-weight: normal;
font-weight: bold;
font-style: italic;
white-space: nowrap;
margin-left: 10px;
color: #D6D6D6;
text-shadow: none;
}
#serverinfo img {