Author: david
Date: Wed Oct  5 16:24:11 2011
New Revision: 9951

Log:
Reset border-collapse and top/bottom margin for tables (Trillium)

Modified:
   trunk/css/print.css

Modified: trunk/css/print.css
==============================================================================
--- trunk/css/print.css Wed Oct  5 15:57:02 2011        (r9950)
+++ trunk/css/print.css Wed Oct  5 16:24:11 2011        (r9951)
@@ -154,6 +154,8 @@
 
   font-size: inherit;
   border: 0;
+  margin: 16px 0;
+  border-collapse: collapse;
 }
 
 tr.odd,

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