Author: david
Date: Wed Oct 12 15:55:46 2011
New Revision: 10045

Log:
Force h1 -> h6 to black

Modified:
   trunk/css/print.css

Modified: trunk/css/print.css
==============================================================================
--- trunk/css/print.css Wed Oct 12 15:55:21 2011        (r10044)
+++ trunk/css/print.css Wed Oct 12 15:55:46 2011        (r10045)
@@ -45,7 +45,7 @@
 html,
 body
 {
-  color: #000;
+  color: black;
   background-color: #fff;
   background-image: none;
   margin: 0;
@@ -74,6 +74,7 @@
 h6
 {
   page-break-after: avoid;
+  color: black;
 }
 
 h1
@@ -81,7 +82,6 @@
   prince-bookmark-level: none;
   font: bold 16pt Lucida Grande, Verdana, sans-serif;
   text-align: left;
-  color: black;
   padding: 2px 4px;
   letter-spacing: normal;
 }
@@ -96,7 +96,6 @@
 {
   font-size: 14pt;
   display: block;
-  color: black;
   margin: auto;
 }
 
@@ -197,8 +196,8 @@
 .sidebar > .section > div > h2,
 .sidebar > .section > div > h3
 {
+  color: black;
   background: transparent;
-  color: #000;
 }
 
 table th,

-- 
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.

Reply via email to