stas        02/02/04 03:34:34

  Modified:    tmpl/custom/html index_body page_body
  Log:
  - remove <hr> after the nav section
  - add some space before the top button on the index page
  
  Revision  Changes    Path
  1.9       +1 -1      modperl-docs/tmpl/custom/html/index_body
  
  Index: index_body
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/index_body,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- index_body        3 Feb 2002 11:22:18 -0000       1.8
  +++ index_body        4 Feb 2002 11:34:34 -0000       1.9
  @@ -13,7 +13,6 @@
       INCLUDE navbar_local_top
           nav=doc.nav.up
           rel_doc_root=doc.dir.rel_doc_root;
  -    "<hr>";
   
       IF doc.body.top;
           "<p>${doc.body.top}</p>";
  @@ -29,6 +28,7 @@
           "<p>${doc.body.bot}</p>";
       END;
   
  +    "<br>";
       INCLUDE navbar_local_bottom
           nav=doc.nav.up
           rel_doc_root=doc.dir.rel_doc_root;
  
  
  
  1.16      +0 -1      modperl-docs/tmpl/custom/html/page_body
  
  Index: page_body
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/page_body,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- page_body 3 Feb 2002 11:22:18 -0000       1.15
  +++ page_body 4 Feb 2002 11:34:34 -0000       1.16
  @@ -12,7 +12,6 @@
       INCLUDE navbar_local_top
           nav=doc.nav
           rel_doc_root=doc.dir.rel_doc_root;
  -    "<hr>";
   
       INCLUDE page_toc toc=doc.toc;
   
  
  
  

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

Reply via email to