Index: branches/REL1_18/phase3/skins/common/shared.css |
— | — | @@ -170,6 +170,13 @@ |
171 | 171 | /** |
172 | 172 | * Categories |
173 | 173 | */ |
| 174 | +#catlinks { |
| 175 | + /** |
| 176 | + * Overrides text justification (user preference) |
| 177 | + * See bug 31990 |
| 178 | + */ |
| 179 | + text-align: left; |
| 180 | +} |
174 | 181 | #catlinks ul { |
175 | 182 | display:inline; |
176 | 183 | margin: 0px; |
Index: branches/REL1_18/phase3/RELEASE-NOTES-1.18 |
— | — | @@ -491,6 +491,7 @@ |
492 | 492 | * (bug 31822) Error during upgrade due to output buffer reset in stdout |
493 | 493 | * (bug 31913) Special:MostLinkedTemplates had an incorrect GROUP BY clause |
494 | 494 | under Microsoft SQL. |
| 495 | +* (bug 31990) justify paragraphs pref adds extra space to category listing |
495 | 496 | * (bug 29912) Unit tests break if parsertest tables are still present |
496 | 497 | |
497 | 498 | === API changes in 1.18 === |
Property changes on: branches/REL1_18/phase3/RELEASE-NOTES-1.18 |
___________________________________________________________________ |
Modified: svn:mergeinfo |
498 | 499 | Merged /trunk/phase3/RELEASE-NOTES-1.18:r102297 |
Property changes on: branches/REL1_18/phase3 |
___________________________________________________________________ |
Modified: svn:mergeinfo |
499 | 500 | Merged /trunk/phase3:r102297 |