From dev-return-25977-apmail-forrest-dev-archive=forrest.apache.org@forrest.apache.org Sat Nov 04 04:02:20 2006 Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 38871 invoked from network); 4 Nov 2006 04:02:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Nov 2006 04:02:18 -0000 Received: (qmail 55985 invoked by uid 500); 4 Nov 2006 04:02:29 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 55936 invoked by uid 500); 4 Nov 2006 04:02:28 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 55908 invoked by uid 99); 4 Nov 2006 04:02:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Nov 2006 20:02:28 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [203.121.192.7] (HELO mail.e-wire.net.au) (203.121.192.7) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Nov 2006 20:02:15 -0800 Received: from developer (mail.e-wire.net.au [127.0.0.1]) by mail.e-wire.net.au (8.13.1/8.13.1) with ESMTP id kA441mde017689 for ; Sat, 4 Nov 2006 12:01:51 +0800 Received: from 203-121-204-130.e-wire.net.au [203.121.204.130] for mail.e-wire.net.au (EHLO developer) via SMTP; Sat, 04 Nov 2006 12:01:51 +0800 From: "Gav...." To: "'Forrest Developers List'" Subject: RE: svn commit: r471107 - /forrest/trunk/main/webapp/skins/pelt/css/print.css Date: Sat, 4 Nov 2006 12:03:43 +0800 Message-ID: <000a01c6ffc6$39ed7a70$650fa8c0@developer> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <20061104033709.441801A9846@eris.apache.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Thread-Index: Acb/wpSwH7duNSQXRlu7AldF5glGOwAA4cvg X-Antivirus: avast! (VPS 0645-4, 03/11/2006), Outbound message X-Antivirus-Status: Clean X-BitDefender-SpamStamp: 1.1.4 049000000111AAAAAAAAAAAAAAAAAAAAAAAAAAg X-BitDefender-Spam: No (0) X-Virus-Checked: Checked by ClamAV on apache.org Damn, I forgot to link FOR-891 in my last commits, do you want me to change the commit logs and add them in ? > -----Original Message----- > From: gmcdonald@apache.org [mailto:gmcdonald@apache.org] > Sent: Saturday, 4 November 2006 11:37 AM > To: svn@forrest.apache.org > Subject: svn commit: r471107 - > /forrest/trunk/main/webapp/skins/pelt/css/print.css > > Author: gmcdonald > Date: Fri Nov 3 19:37:08 2006 > New Revision: 471107 > > URL: http://svn.apache.org/viewvc?view=rev&rev=471107 > Log: > Fix last remaining CSS warning for print.css. screen.css and profile.css > still to do. changed transparent value to inherit, transparent although > legit does not pass CSS warnings, inherit in this case does not pose a > problem. > > Modified: > forrest/trunk/main/webapp/skins/pelt/css/print.css > > Modified: forrest/trunk/main/webapp/skins/pelt/css/print.css > URL: > http://svn.apache.org/viewvc/forrest/trunk/main/webapp/skins/pelt/css/prin > t.css?view=diff&rev=471107&r1=471106&r2=471107 > ========================================================================== > ==== > --- forrest/trunk/main/webapp/skins/pelt/css/print.css (original) > +++ forrest/trunk/main/webapp/skins/pelt/css/print.css Fri Nov 3 19:37:08 > 2006 > @@ -31,12 +31,12 @@ > padding: 0; > float: none !important; > color: black; > - background: transparent; > + background: inherit; > } > > a:link, a:visited { > color: #336699; > - background: transparent; > + background: inherit; > text-decoration: underline; > } > > > > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.1.409 / Virus Database: 268.13.27/517 - Release Date: 11/3/2006