Index: trunk/phase3/skins/simple/main.css |
— | — | @@ -354,6 +354,13 @@ |
355 | 355 | li.new { |
356 | 356 | text-decoration: line-through; |
357 | 357 | } |
| 358 | +/** |
| 359 | ++ * Overrides text justification (user preference) |
| 360 | ++ * See bug 31990 |
| 361 | ++ */ |
| 362 | +#catlinks { |
| 363 | + text-align: center; |
| 364 | +} |
358 | 365 | .catlinks { |
359 | 366 | text-align: center; |
360 | 367 | width: 80%; |
Index: trunk/phase3/skins/cologneblue/screen.css |
— | — | @@ -103,10 +103,16 @@ |
104 | 104 | td.top-linkcollection { |
105 | 105 | text-align: right; |
106 | 106 | } |
| 107 | +/** |
| 108 | + * Overrides text justification (user preference) |
| 109 | + * See bug 31990 |
| 110 | + */ |
| 111 | +td.top-linkcollection #catlinks { |
| 112 | + text-align: right; |
| 113 | +} |
107 | 114 | td.top-subheader { |
108 | 115 | vertical-align: top; |
109 | 116 | } |
110 | | - |
111 | 117 | td.bottom { |
112 | 118 | font-family: Verdana, Arial, sans-serif; |
113 | 119 | font-size: 10pt; |