[Catalyst-commits] r8708 - trunk/examples/CatalystAdvent/root/2008/pen

janus at dev.catalyst.perl.org janus at dev.catalyst.perl.org
Wed Dec 3 19:55:25 GMT 2008


Author: janus
Date: 2008-12-03 19:55:24 +0000 (Wed, 03 Dec 2008)
New Revision: 8708

Modified:
   trunk/examples/CatalystAdvent/root/2008/pen/4.pod
Log:
avoid extra padding at the bottom of pre tags and another tiny addition

Modified: trunk/examples/CatalystAdvent/root/2008/pen/4.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2008/pen/4.pod	2008-12-03 19:51:32 UTC (rev 8707)
+++ trunk/examples/CatalystAdvent/root/2008/pen/4.pod	2008-12-03 19:55:24 UTC (rev 8708)
@@ -6,6 +6,7 @@
      border: 1px solid gray;
      background-color: #d9d9d9;
      padding: 3px;
+     padding-bottom: 0;
  }
 </style>
 
@@ -239,7 +240,7 @@
 
   $ sudo mkdir -m 1777 /var/www/tmp
 
-And now we start the fastcgi process:
+And now we start the fastcgi process(es):
 
   $ ./script/myapp_fastcgi.pl -l /var/www/tmp/myapp.socket
   ...




More information about the Catalyst-commits mailing list