Author: david
Date: Fri Oct 7 13:51:19 2011
New Revision: 9969
Log:
Print formatting for Trillium
Modified:
trunk/css/print.css
Modified: trunk/css/print.css
==============================================================================
--- trunk/css/print.css Fri Oct 7 13:37:54 2011 (r9968)
+++ trunk/css/print.css Fri Oct 7 13:51:19 2011 (r9969)
@@ -215,25 +215,32 @@
vertical-align: top;
}
-.field
+body.index #content .section > .field
{
+ overflow: visible;
text-align: justify;
margin-top: 1em;
border: none;
}
-.field h3
+body.index #content .section > .field > h3
{
+ clear: both;
float: none;
text-align: left;
font: inherit;
font-weight: bold;
padding: 2px 4px;
+ margin-bottom: 0;
+ width: auto;
+ border-right: none;
}
-.field > div
+body.index #content .section > .field > div
{
- margin: auto;
+ clear: both;
+ float: none;
+ margin: 0;
padding: 2px 4px;
}
--
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.