Index: trunk/phase3/skins/Vector.php |
— | — | @@ -85,7 +85,7 @@ |
86 | 86 | } |
87 | 87 | $talkId = "{$subjectId}_talk"; |
88 | 88 | $currentId = $isTalk ? $talkId : $subjectId; |
89 | | - |
| 89 | + |
90 | 90 | // Adds namespace links |
91 | 91 | $links['namespaces'][$subjectId] = $this->tabAction( |
92 | 92 | $subjectPage, 'vector-namespace-' . $subjectId, !$isTalk, '', true |
— | — | @@ -292,7 +292,10 @@ |
293 | 293 | ); |
294 | 294 | } |
295 | 295 | } |
296 | | - |
| 296 | + |
| 297 | + // This is instead of SkinTemplateTabs - which uses a flat array |
| 298 | + wfRunHooks( 'SkinTemplateNavigation', array( &$this, &$links ) ); |
| 299 | + |
297 | 300 | // If it's not content, it's got to be a special page |
298 | 301 | } else { |
299 | 302 | $links['namespaces']['special'] = array( |
Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -243,6 +243,7 @@ |
244 | 244 | padding-left: 1.25em; |
245 | 245 | cursor: default; |
246 | 246 | border: none; |
| 247 | + font-size: 0.9em; |
247 | 248 | } |
248 | 249 | div#panel div.portal div.body { |
249 | 250 | margin: 0; |
— | — | @@ -262,6 +263,7 @@ |
263 | 264 | padding-bottom: 0.5em; |
264 | 265 | margin: 0; |
265 | 266 | overflow: hidden; |
| 267 | + font-size: 0.9em; |
266 | 268 | } |
267 | 269 | div#panel div.portal div.body ul li a { |
268 | 270 | color: #0645ad; |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -264,6 +264,7 @@ |
265 | 265 | background-image: url(images/portal-break-rtl.png); |
266 | 266 | background-repeat: no-repeat; |
267 | 267 | background-position: top right; |
| 268 | + font-size: 0.9em; |
268 | 269 | } |
269 | 270 | div#panel div.portal div.body ul { |
270 | 271 | list-style: none; |
— | — | @@ -275,6 +276,7 @@ |
276 | 277 | padding-bottom: 0.5em; |
277 | 278 | margin: 0; |
278 | 279 | overflow: hidden; |
| 280 | + font-size: 0.9em; |
279 | 281 | } |
280 | 282 | div#panel div.portal div.body ul li a { |
281 | 283 | color: #0645ad; |