Author: david
Date: Wed Oct 5 14:07:43 2011
New Revision: 9940
Log:
Eliminate left margin for print (Trillium)
Modified:
trunk/css/print.css
Modified: trunk/css/print.css
==============================================================================
--- trunk/css/print.css Wed Oct 5 14:05:09 2011 (r9939)
+++ trunk/css/print.css Wed Oct 5 14:07:43 2011 (r9940)
@@ -209,8 +209,7 @@
}
#page,
-#page-wrapper,
-#page-wrapper #page #main-wrapper
+#page-wrapper
{
/* Header hidden */
@@ -220,6 +219,15 @@
/* Reset */
width: auto;
+}
+
+#page-wrapper #page #main-wrapper,
+#page-wrapper #page #main-wrapper #main #content
+{
+ /* Reset */
+
+ margin: 0;
+}
#content
{
--
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.