Author: david
Date: Wed Oct 12 16:17:20 2011
New Revision: 10046

Log:
Print <h1>.  Shrink size of <h1>

Modified:
   trunk/apps/qubit/modules/informationobject/templates/fileListSuccess.php
   trunk/css/print.css

Modified: 
trunk/apps/qubit/modules/informationobject/templates/fileListSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/fileListSuccess.php    
Wed Oct 12 15:55:46 2011        (r10045)
+++ trunk/apps/qubit/modules/informationobject/templates/fileListSuccess.php    
Wed Oct 12 16:17:20 2011        (r10046)
@@ -1,6 +1,6 @@
 <?php use_helper('Date') ?>
 
-<h1><?php echo __('File list') ?></h1>
+<h1 class="do-print"><?php echo __('File list') ?></h1>
 
 <h1 class="label"><?php $isad = new sfIsadPlugin($resource); echo 
$isad->__toString() ?></h1>
 

Modified: trunk/css/print.css
==============================================================================
--- trunk/css/print.css Wed Oct 12 15:55:46 2011        (r10045)
+++ trunk/css/print.css Wed Oct 12 16:17:20 2011        (r10046)
@@ -80,7 +80,7 @@
 h1
 {
   prince-bookmark-level: none;
-  font: bold 16pt Lucida Grande, Verdana, sans-serif;
+  font: bold 12pt Lucida Grande, Verdana, sans-serif;
   text-align: left;
   padding: 2px 4px;
   letter-spacing: normal;
@@ -94,6 +94,7 @@
 
 h1.label
 {
+  color: black;
   font-size: 14pt;
   display: block;
   margin: auto;
@@ -111,11 +112,19 @@
 {
   /* Reset Trillium values */
 
-  font-size: 16pt;
+  font-size: 12pt;
   line-height: normal;
   margin-bottom: inherit;
 }
 
+h2
+{
+  font: bold 12pt Lucida Grande, Verdana, sans-serif;
+  text-align: left;
+  padding: 2px 4px;
+  margin-top: 1em;
+}
+
 ul, li.leaf
 {
   list-style-image: none;
@@ -196,7 +205,6 @@
 .sidebar > .section > div > h2,
 .sidebar > .section > div > h3
 {
-  color: black;
   background: transparent;
 }
 

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