<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>public/stylesheets/print.css</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -7,7 +7,7 @@ module Main
     srand
     chapNum   = @cgi.params['Chapter'][0]
     chapter   = @chapters[chapNum]
-    chapTitle = 'Aprendendo a Programar, por Chris Pine'
+    chapTitle = 'Aprenda a Programar, por Chris Pine'
     if chapter
       chapTitle = chapNum + '.&amp;nbsp;&amp;nbsp;' if chapNum &lt; 'A'
       chapTitle.sub! /^0/, ''
@@ -20,7 +20,8 @@ module Main
         meta('http-equiv'=&gt;&quot;Content-Type&quot;, :content=&gt;&quot;text/html; charset=utf-8&quot;)
       	
         link(:href=&gt;LINKADDR+'stylesheets/pine.css', :rel=&gt;'Stylesheet', :type=&gt;'text/css', :media=&gt;'screen')
-        link(:href=&gt;LINKADDR+'stylesheets/tutorial.css', :rel=&gt;'Stylesheet', :type=&gt;'text/css', :media=&gt;'screen')
+        link(:href=&gt;LINKADDR+'stylesheets/tutorial.css', :rel=&gt;'Stylesheet', :type=&gt;'text/css', :media=&gt;'screen, print')
+        link(:href=&gt;LINKADDR+'stylesheets/print.css', :rel=&gt;'Stylesheet', :type=&gt;'text/css', :media=&gt;'print')
         title { chapTitle }
         script(:language=&gt;'JavaScript', :src=&gt;'http://www.gvisit.com/record.php?sid=6941c11eba5c874197e2096f9c854106', :type=&gt;'text/javascript') {}
       end # head
@@ -29,7 +30,7 @@ module Main
         div(:id=&gt;'headerBar') do
           div(:id=&gt;'titlePicContainer') do
             puts '&lt;a href=&quot;'+LINKADDR+'&quot;&gt;'
-            img(:id=&gt;'titlePic', :width=&gt;'418', :height=&gt;'108', :src=&gt;'images/titleLTP.gif', :alt=&gt;'Aprendendo a Programar')
+            img(:id=&gt;'titlePic', :width=&gt;'500', :height=&gt;'108', :src=&gt;'images/titleLTP_pt_br.gif', :alt=&gt;'Aprenda a Programar')
             puts '&lt;/a&gt;'
           end
           puts '&lt;a href=&quot;'+LINKADDR+'index.rb&quot;&gt;'</diff>
      <filename>lib/learn_to_program_tutorial/main.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>41c3991f223ea795f1235fab5e1386a44a30570e</id>
    </parent>
  </parents>
  <author>
    <name>julio</name>
    <email>julio@c24ce081-ecdb-4f3f-a214-8159a4f5ee6c</email>
  </author>
  <url>http://github.com/jmonteiro/aprendaaprogramar/commit/0f0db6e17e8959b6044cc1268cd0fcb8acdedfdc</url>
  <id>0f0db6e17e8959b6044cc1268cd0fcb8acdedfdc</id>
  <committed-date>2008-01-26T08:23:18-08:00</committed-date>
  <authored-date>2008-01-26T08:23:18-08:00</authored-date>
  <message>* CSS para melhor impressao* Corrigido nome de 'Aprendendo a Programar' para 'Aprenda a Programar', apenas por padronizacao\n* Referencia a imagem atualizada

git-svn-id: http://opensvn.csie.org/learn_to_program_pt_br/trunk@113 c24ce081-ecdb-4f3f-a214-8159a4f5ee6c</message>
  <tree>89f059d8b8af432489c5c056e49e53c666741e07</tree>
  <committer>
    <name>julio</name>
    <email>julio@c24ce081-ecdb-4f3f-a214-8159a4f5ee6c</email>
  </committer>
</commit>
