Author: david
Date: Wed Oct 5 14:31:53 2011
New Revision: 9942
Log:
Reset font and margin for h1.label for print (Trillium)
Modified:
trunk/css/print.css
Modified: trunk/css/print.css
==============================================================================
--- trunk/css/print.css Wed Oct 5 14:16:54 2011 (r9941)
+++ trunk/css/print.css Wed Oct 5 14:31:53 2011 (r9942)
@@ -44,6 +44,7 @@
html,
body
{
+ color: #000;
background-color: #fff;
background-image: none;
margin: 0;
@@ -77,7 +78,7 @@
h1
{
prince-bookmark-level: none;
- font-size: 16pt;
+ font: bold 16pt Lucida Grande, Verdana, sans-serif;
text-align: left;
color: black;
padding: 2px 4px;
@@ -94,6 +95,8 @@
{
font-size: 14pt;
display: block;
+ color: inherit;
+ margin: auto;
}
/* Show 'Part of' for context in archival descriptions */
--
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.