Author: david
Date: Fri Oct 21 11:06:37 2011
New Revision: 10154
Log:
Group body selectors
Modified:
trunk/css/print.css
Modified: trunk/css/print.css
==============================================================================
--- trunk/css/print.css Fri Oct 21 11:03:38 2011 (r10153)
+++ trunk/css/print.css Fri Oct 21 11:06:37 2011 (r10154)
@@ -66,6 +66,45 @@
font: 12pt/14pt "Times New Roman", serif;
}
+body.index #content .section > .field
+{
+ overflow: visible;
+ text-align: justify;
+ margin-top: 1em;
+ border: none;
+}
+
+body.index #content .section > .field > h3
+{
+ float: none;
+ text-align: left;
+ font: inherit;
+ font-weight: bold;
+ padding: 2px 4px;
+ margin-bottom: 0;
+ width: auto;
+ border-right: none;
+}
+
+body.index #content .section > .field > div
+{
+ float: none;
+ margin: 0;
+ padding: 2px 4px;
+}
+
+body.index #content .section > .field > div > div
+{
+ margin-top: 16px;
+ padding: 2px 0;
+}
+
+body.index #content .section > .field > div h3
+{
+ line-height: normal;
+ padding: 2px 4px;
+}
+
a:link,
a:visited
{
@@ -232,45 +271,6 @@
vertical-align: top;
}
-body.index #content .section > .field
-{
- overflow: visible;
- text-align: justify;
- margin-top: 1em;
- border: none;
-}
-
-body.index #content .section > .field > h3
-{
- float: none;
- text-align: left;
- font: inherit;
- font-weight: bold;
- padding: 2px 4px;
- margin-bottom: 0;
- width: auto;
- border-right: none;
-}
-
-body.index #content .section > .field > div
-{
- float: none;
- margin: 0;
- padding: 2px 4px;
-}
-
-body.index #content .section > .field > div > div
-{
- margin-top: 16px;
- padding: 2px 0;
-}
-
-body.index #content .section > .field > div h3
-{
- line-height: normal;
- padding: 2px 4px;
-}
-
.field .field
{
margin-bottom: 0;
--
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.