You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by as...@apache.org on 2009/06/16 01:55:52 UTC

svn commit: r785032 - in /buildr/trunk/doc: css/print.css images/note.png images/project-structure.png images/tip.png images/zbuildr.png preface.textile

Author: assaf
Date: Mon Jun 15 23:55:51 2009
New Revision: 785032

URL: http://svn.apache.org/viewvc?rev=785032&view=rev
Log:
Fixed font sizes for PDF.

New image for preface page.

Changed DPI for better look in PDF.

Added:
    buildr/trunk/doc/images/zbuildr.png
Modified:
    buildr/trunk/doc/css/print.css
    buildr/trunk/doc/images/note.png
    buildr/trunk/doc/images/project-structure.png
    buildr/trunk/doc/images/tip.png
    buildr/trunk/doc/preface.textile

Modified: buildr/trunk/doc/css/print.css
URL: http://svn.apache.org/viewvc/buildr/trunk/doc/css/print.css?rev=785032&r1=785031&r2=785032&view=diff
==============================================================================
--- buildr/trunk/doc/css/print.css (original)
+++ buildr/trunk/doc/css/print.css Mon Jun 15 23:55:51 2009
@@ -22,14 +22,14 @@
     @top-right { content: normal }
   }
   @page:right {
-    margin: 1in 0.75in 1.225in 1in;
-    font-family: "Gill Sans" !important;
+    margin: 1.25in 1in 1.5in 1.5in;
+    font: normal 10pt "Gill Sans" !important;
     @top-left  { content: string(pagetitle); }
     @top-right { content: counter(page); }
   }
   @page:left {
-    font-family: "Gill Sans" !important;
-    margin: 1in 1in 1.225in 0.75in;
+    margin: 1.25in 1.5in 1.5in 1in;
+    font: normal 10pt "Gill Sans" !important;
     @top-left  { content: counter(page); }
     @top-right { content: string(pagetitle); }
   }
@@ -41,6 +41,7 @@
     margin: 0;
     color: black;
     background: white;
+    font-size: 11pt;
   }
 
   h1 {
@@ -54,7 +55,7 @@
   pre, p, blockquote { page-break-inside: avoid; }
   pre, code {
     font-family: "Monaco", "DejaVu Sans Mono", "Courier New", "Courier";
-    font-size: 10pt;
+    font-size: 9pt;
   }
   pre br {
     display: none;
@@ -63,6 +64,7 @@
     background: transparent;
     text-decoration: none;
   }
+  
 
   #header, #pages, #footer { display: none }
   #wrap, #content {
@@ -83,12 +85,13 @@
     border: none;
   }
   .title img {
-    width: 20em;
-    margin: 2em auto 2em auto;
+    display: block;
+    width: 80%;
+    margin: 2em auto 4em auto;
   }
   p.preface {
     page-break-before: always;
-    padding-top: 2.5in;
+    padding-top: 1.5in;
   }
 
 }

Modified: buildr/trunk/doc/images/note.png
URL: http://svn.apache.org/viewvc/buildr/trunk/doc/images/note.png?rev=785032&r1=785031&r2=785032&view=diff
==============================================================================
Binary files - no diff available.

Modified: buildr/trunk/doc/images/project-structure.png
URL: http://svn.apache.org/viewvc/buildr/trunk/doc/images/project-structure.png?rev=785032&r1=785031&r2=785032&view=diff
==============================================================================
Files buildr/trunk/doc/images/project-structure.png (original) and buildr/trunk/doc/images/project-structure.png Mon Jun 15 23:55:51 2009 differ

Modified: buildr/trunk/doc/images/tip.png
URL: http://svn.apache.org/viewvc/buildr/trunk/doc/images/tip.png?rev=785032&r1=785031&r2=785032&view=diff
==============================================================================
Binary files - no diff available.

Added: buildr/trunk/doc/images/zbuildr.png
URL: http://svn.apache.org/viewvc/buildr/trunk/doc/images/zbuildr.png?rev=785032&view=auto
==============================================================================
Files buildr/trunk/doc/images/zbuildr.png (added) and buildr/trunk/doc/images/zbuildr.png Mon Jun 15 23:55:51 2009 differ

Modified: buildr/trunk/doc/preface.textile
URL: http://svn.apache.org/viewvc/buildr/trunk/doc/preface.textile?rev=785032&r1=785031&r2=785032&view=diff
==============================================================================
--- buildr/trunk/doc/preface.textile (original)
+++ buildr/trunk/doc/preface.textile Mon Jun 15 23:55:51 2009
@@ -2,7 +2,7 @@
 layout: preface
 ---
 
-p(title). !images/buildr-hires.png!
+p(title). !images/zbuildr.png!
 
 #(toc) "Getting Started":getting_started.html
 # "Projects":projects.html