Author: david
Date: Wed Oct  5 15:27:29 2011
New Revision: 9943

Log:
Reset table font-size and border for print (Trillium)

Modified:
   trunk/css/print.css

Modified: trunk/css/print.css
==============================================================================
--- trunk/css/print.css Wed Oct  5 14:31:53 2011        (r9942)
+++ trunk/css/print.css Wed Oct  5 15:27:29 2011        (r9943)
@@ -140,6 +140,14 @@
   margin: 0;
 }
 
+table
+{
+  /* Reset (Trillium) */
+
+  font-size: inherit;
+  border: 0;
+}
+
 tr.odd,
 tr.info
 {

-- 
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