From c145c5a33c762a6c8c351d96b8d590dec3ac605b Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Fri, 12 Aug 2005 08:08:11 +0000 Subject: [PATCH] Use black on white colors. Some skins might have 'stranges' colors. --- skins/common/commonPrint.css | 9 +++++++++ 1 file changed, 9 insertions(+) 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; } -- 2.20.1