Index: trunk/phase3/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 | #page-base { |
Index: trunk/phase3/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 | #page-base { |