You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@jakarta.apache.org by jv...@apache.org on 2001/05/17 08:26:02 UTC

cvs commit: jakarta-site2/xdocs/stylesheets site.vsl

jvanzyl     01/05/16 23:26:02

  Modified:    xdocs/stylesheets site.vsl
  Log:
  - small addition (the only way i could find) that makes a small space
    before and after the text contained within a section. looks much
    better, easier to read.
  
  Revision  Changes    Path
  1.17      +5 -0      jakarta-site2/xdocs/stylesheets/site.vsl
  
  Index: site.vsl
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/xdocs/stylesheets/site.vsl,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- site.vsl	2001/03/20 22:36:10	1.16
  +++ site.vsl	2001/05/17 06:26:01	1.17
  @@ -134,6 +134,7 @@
             <a name="$subsection.getAttributeValue("name")"><strong>$subsection.getAttributeValue("name")</strong></a>
           </font>
         </td></tr>
  +      <tr><td><br/></td></tr>
         <tr><td>
           <blockquote>
           #foreach ( $items in $subsection.getChildren() )
  @@ -149,6 +150,7 @@
           #end
           </blockquote>
         </td></tr>
  +      <tr><td><br/></td></tr>
       </table>
   #end
   
  @@ -159,6 +161,7 @@
             <a name="$section.getAttributeValue("name")"><strong>$section.getAttributeValue("name")</strong></a>
           </font>
         </td></tr>
  +      <tr><td><br/></td></tr>
         <tr><td>
           <blockquote>
           #foreach ( $items in $section.getChildren() )
  @@ -175,7 +178,9 @@
               #end
           #end
           </blockquote>
  +        </p>
         </td></tr>
  +      <tr><td><br/></td></tr>
       </table>
   #end