From: Trevor Parscal Date: Wed, 21 Apr 2010 13:38:22 +0000 (+0000) Subject: Defined a foreground color for text. Solves bug #20737. X-Git-Tag: 1.31.0-rc.0~37051 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=338edca407e5d2b4c294f03e1f9ac1a08c56a90c;p=lhc%2Fweb%2Fwiklou.git Defined a foreground color for text. Solves bug #20737. --- diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index ae1e1224d3..1d8a5b6767 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -35,6 +35,7 @@ body { background-position: top left; background-repeat: repeat-y; background-color: white; + color: black; } /* Head */ #page-base { diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index cbcef2f2bf..b291ff900d 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -35,6 +35,7 @@ body { background-position: top right; background-repeat: repeat-y; background-color: white; + color: black; } /* Head */ #page-base {