Index: branches/wmf/1.16wmf4/skins/vector/main-ltr.css |
— | — | @@ -35,6 +35,7 @@ |
36 | 36 | background-position: top left; |
37 | 37 | background-repeat: repeat-y; |
38 | 38 | background-color: white; |
| 39 | + color: black; |
39 | 40 | } |
40 | 41 | /* Head */ |
41 | 42 | #mw-page-base { |
Index: branches/wmf/1.16wmf4/skins/vector/main-rtl.css |
— | — | @@ -35,6 +35,7 @@ |
36 | 36 | background-position: top right; |
37 | 37 | background-repeat: repeat-y; |
38 | 38 | background-color: white; |
| 39 | + color: black; |
39 | 40 | } |
40 | 41 | /* Head */ |
41 | 42 | #mw-page-base { |
Property changes on: branches/wmf/1.16wmf4/skins/vector |
___________________________________________________________________ |
Name: svn:mergeinfo |
42 | 43 | - /branches/wmf-deployment/skins/vector:60970 |
/trunk/phase3/skins/vector:63545-63546,63549,63643,63764,63897-63901,64456,65015,65383,65387,65391,65555,65590-65591,65965,66151,66158,66614,67537,67544,67576,67631,67640,67703,67871 |
43 | 44 | + /branches/wmf-deployment/skins/vector:60970 |
/trunk/phase3/skins/vector:63545-63546,63549,63643,63764,63897-63901,64456,65015,65380,65383,65387,65391,65555,65590-65591,65965,66151,66158,66614,67537,67544,67576,67631,67640,67703,67871 |
Index: branches/wmf/1.16wmf4/includes/DefaultSettings.php |
— | — | @@ -1687,7 +1687,7 @@ |
1688 | 1688 | * to ensure that client-side caches do not keep obsolete copies of global |
1689 | 1689 | * styles. |
1690 | 1690 | */ |
1691 | | -$wgStyleVersion = '282'; |
| 1691 | +$wgStyleVersion = '283'; |
1692 | 1692 | |
1693 | 1693 | |
1694 | 1694 | # Server-side caching: |