Author: david
Date: Mon Sep 26 14:21:40 2011
New Revision: 9834

Log:
Set vertical alignment for table rows

Modified:
   trunk/css/print.css

Modified: trunk/css/print.css
==============================================================================
--- trunk/css/print.css Mon Sep 26 14:20:51 2011        (r9833)
+++ trunk/css/print.css Mon Sep 26 14:21:40 2011        (r9834)
@@ -80,3 +80,13 @@
   text-align: center;
   color: #CCC;
 }
+
+td
+{
+  vertical-align: top;
+}
+
+th
+{
+  vertical-align: bottom;
+}

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