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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > 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