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/print.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;
 }