stas        2002/07/05 04:15:31

  Modified:    tmpl/custom/html tail
               src      style.css
  Log:
  fix a bug with the alignment in ns4 on mac/windows
  Submitted by: Allan Juul <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.17      +7 -4      modperl-docs/tmpl/custom/html/tail
  
  Index: tail
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/tail,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- tail      3 Jul 2002 19:21:17 -0000       1.16
  +++ tail      5 Jul 2002 11:15:31 -0000       1.17
  @@ -1,12 +1,15 @@
   
           <div class="footer">
  -                     [%- INCLUDE changes_link -%]
  +            <div class="changes">
  +                [%- INCLUDE changes_link -%]
  +            </div>
               <hr noshade size="1">
               <!-- footer (tail )-->
               <p class="modified">Last modified [% doc.last_modified %]</p>
  -            <p class="copyright">Use of the Camel for Perl is a trademark
  -             of <a href="http://www.ora.com";>O'Reilly &amp; Associates</a>,
  -             and is used by permission.</p>
  +            <p class="copyright">Use of the Camel for Perl is a trademark of
  +                <a href="http://www.ora.com";>O'Reilly &amp; Associates</a>, 
  +                and is used by permission.
  +            </p>
               <!-- end footer (tail)-->
               <br><br>
           </div>
  
  
  
  1.77      +4 -0      modperl-docs/src/style.css
  
  Index: style.css
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/style.css,v
  retrieving revision 1.76
  retrieving revision 1.77
  diff -u -r1.76 -r1.77
  --- style.css 1 Jul 2002 07:28:47 -0000       1.76
  +++ style.css 5 Jul 2002 11:15:31 -0000       1.77
  @@ -399,6 +399,10 @@
       height: 1px;
   }
   
  +div.changes {
  +   text-align: center;
  +}
  +
   /*** quotations, mainly for the first page ***/
   
   div.quotation {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to