Author: david
Date: Wed Oct 26 14:36:45 2011
New Revision: 10199
Log:
Adjust nested .field selectors to make them less confusing. Fix alignment of
nested .field
Modified:
trunk/css/print.css
Modified: trunk/css/print.css
==============================================================================
--- trunk/css/print.css Wed Oct 26 13:59:24 2011 (r10198)
+++ trunk/css/print.css Wed Oct 26 14:36:45 2011 (r10199)
@@ -74,7 +74,7 @@
border: none;
}
-body.index #content .section > .field > h3
+body.index #content .section .field > h3
{
color: black;
float: none;
@@ -94,16 +94,21 @@
padding: 2px 4px;
}
-body.index #content .section > .field > div > div
+body.index #content .section .field .field
{
margin-top: 16px;
- padding: 2px 0;
+ padding: 0;
}
-body.index #content .section > .field > div h3
+body.index #content .section .field .field h3
{
line-height: normal;
- padding: 2px 4px;
+ padding: 0;
+}
+
+body.index #content .section .field .field div
+{
+ padding: 0;
}
a:link,
--
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.