Index: branches/REL1_18/phase3/skins/simple/main.css |
— | — | @@ -315,6 +315,13 @@ |
316 | 316 | li.new { |
317 | 317 | text-decoration: line-through; |
318 | 318 | } |
| 319 | +/** |
| 320 | ++ * Overrides text justification (user preference) |
| 321 | ++ * See bug 31990 |
| 322 | ++ */ |
| 323 | +#catlinks { |
| 324 | + text-align: center; |
| 325 | +} |
319 | 326 | .catlinks { |
320 | 327 | text-align: center; |
321 | 328 | width: 80%; |
Index: branches/REL1_18/phase3/skins/cologneblue/screen.css |
— | — | @@ -104,6 +104,13 @@ |
105 | 105 | text-align: right; |
106 | 106 | } |
107 | 107 | |
| 108 | +/** |
| 109 | + * Overrides text justification (user preference) |
| 110 | + * See bug 31990 |
| 111 | + */ |
| 112 | +td.top-linkcollection #catlinks { |
| 113 | + text-align: right; |
| 114 | +} |
108 | 115 | td.bottom { |
109 | 116 | font-family: Verdana, Arial, sans-serif; |
110 | 117 | font-size: 10pt; |
Index: branches/REL1_18/phase3/RELEASE-NOTES-1.18 |
— | — | @@ -13,6 +13,7 @@ |
14 | 14 | |
15 | 15 | === Changes since 1.18 RC1 === |
16 | 16 | * (bug 32228) regression in Special:Search which did not conserve profile on new search |
| 17 | +* (bug 32460) Categories were improperly aligned in Simple and CologneBlue |
17 | 18 | |
18 | 19 | === Changes since 1.18 beta 1 === |
19 | 20 | * (bug 31886) Wrong titles redirecting to Special:Badtitle in the 1.18 deployment. |