Author: david
Date: Mon Sep 26 16:19:20 2011
New Revision: 9840

Log:
Justify text in divs for print

Modified:
   trunk/css/print.css

Modified: trunk/css/print.css
==============================================================================
--- trunk/css/print.css Mon Sep 26 15:54:10 2011        (r9839)
+++ trunk/css/print.css Mon Sep 26 16:19:20 2011        (r9840)
@@ -95,3 +95,8 @@
 {
   vertical-align: bottom;
 }
+
+div
+{
+  text-align: justify;
+}

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