Author: david
Date: Fri Oct 7 14:07:44 2011
New Revision: 9971
Log:
Fix display of nested fields (e.g. Administrative history) in Trillium
Modified:
trunk/css/print.css
Modified: trunk/css/print.css
==============================================================================
--- trunk/css/print.css Fri Oct 7 13:53:04 2011 (r9970)
+++ trunk/css/print.css Fri Oct 7 14:07:44 2011 (r9971)
@@ -244,14 +244,21 @@
padding: 2px 4px;
}
-.field .field
+body.index #content .section > .field > div > div
{
- margin-bottom: 0;
+ margin-top: 16px;
+ padding: 2px 0;
}
-.field .field > div
+body.index #content .section > .field > div h3
{
- padding: 2px 0;
+ line-height: normal;
+ padding: 2px 4px;
+}
+
+.field .field
+{
+ margin-bottom: 0;
}
.label
--
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.