From: Antoine Musso Date: Fri, 12 Aug 2005 08:08:11 +0000 (+0000) Subject: Use black on white colors. Some skins might have 'stranges' colors. X-Git-Tag: 1.6.0~2020 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=c145c5a33c762a6c8c351d96b8d590dec3ac605b;p=lhc%2Fweb%2Fwiklou.git Use black on white colors. Some skins might have 'stranges' colors. --- diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css index 8835f3a41f..3b8442c5f7 100644 --- a/skins/common/commonPrint.css +++ b/skins/common/commonPrint.css @@ -123,6 +123,8 @@ ul { text-align: left; } #footer { + background : white; + color : black; border-top: 1px solid black; } @@ -146,6 +148,8 @@ pre { font-size: 8pt; overflow: auto; padding: 1em 0; + background : white; + color : black; } table.listing, @@ -175,6 +179,11 @@ a:link, a:visited { min-width: 0 !important; } +#content { + background : white; + color : black; +} + #column-content { margin: 0 !important; }