Index: trunk/phase3/skins/common/cologneblue.css |
— | — | @@ -1,6 +1,11 @@ |
2 | 2 | body { margin: 0px; padding: 0px; color: black; } |
3 | 3 | #specialform { display: inline; } |
4 | 4 | #content { top: 0; margin: 0; padding: 0; } |
| 5 | +#mw-data-after-content { |
| 6 | + font-family: Verdana, Arial, sans-serif; |
| 7 | + color: black; |
| 8 | + font-size: 8pt; |
| 9 | +} |
5 | 10 | #topbar { padding: 0px; } |
6 | 11 | #powersearch { |
7 | 12 | background: #DDEEFF; border-style: solid; border-width: 1px; padding: 2px; |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1455,7 +1455,7 @@ |
1456 | 1456 | * to ensure that client-side caches don't keep obsolete copies of global |
1457 | 1457 | * styles. |
1458 | 1458 | */ |
1459 | | -$wgStyleVersion = '203'; |
| 1459 | +$wgStyleVersion = '204'; |
1460 | 1460 | |
1461 | 1461 | |
1462 | 1462 | # Server-side caching: |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -75,6 +75,7 @@ |
76 | 76 | viewing on the local wiki. |
77 | 77 | * The {{NAMESPACE}}, {{TALKSPACE}}, and {{SUBJECTSPACE}} magic words can now be |
78 | 78 | used as parser functions to return the desired namespace for a given title. |
| 79 | +* Styled #mw-data-after-content in cologneblue.css to match the rest of the font (bug 17110) |
79 | 80 | |
80 | 81 | === Bug fixes in 1.15 === |
81 | 82 | * (bug 16968) Special:Upload no longer throws useless warnings. |