Author: david
Date: Wed Oct  5 13:44:56 2011
New Revision: 9935

Log:
White background with no image for print

Modified:
   trunk/css/print.css

Modified: trunk/css/print.css
==============================================================================
--- trunk/css/print.css Wed Oct  5 13:32:34 2011        (r9934)
+++ trunk/css/print.css Wed Oct  5 13:44:56 2011        (r9935)
@@ -41,8 +41,11 @@
   }
 }
 
+html,
 body
 {
+  background-color: #fff;
+  background-image: none;
   margin: 0;
   width: auto;
 }

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to