Author: david
Date: Thu Oct 13 11:23:15 2011
New Revision: 10067
Log:
Add lines between table rows for Trillium (print)
Modified:
trunk/css/print.css
Modified: trunk/css/print.css
==============================================================================
--- trunk/css/print.css Thu Oct 13 11:22:21 2011 (r10066)
+++ trunk/css/print.css Thu Oct 13 11:23:15 2011 (r10067)
@@ -210,6 +210,11 @@
background: none;
}
+tr
+{
+ border-bottom: 1px #ccc solid;
+}
+
thead th
{
text-align: left;
--
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.