You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by ka...@apache.org on 2002/03/27 16:39:58 UTC

cvs commit: jakarta-turbine-maven/src/dvsl/xdocs ns4_toxins.css site.dvsl

kaz         02/03/27 07:39:58

  Modified:    src/dvsl/xdocs ns4_toxins.css site.dvsl
  Log:
  I thought I had solved the problem of the first heading from being
  wedged up against the banner without making changes to the stylesheets;
  however, it seems I was wrong (IE on a Windoze machine).  As a result,
  I've broken down and made some local modifications to the stylesheets to
  fix the problem.  In the long-term, the style.tigris.org team seems to
  be planning on making their stylesheets easier to extend and change which
  will be cool.
  
  Revision  Changes    Path
  1.3       +7 -0      jakarta-turbine-maven/src/dvsl/xdocs/ns4_toxins.css
  
  Index: ns4_toxins.css
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/dvsl/xdocs/ns4_toxins.css,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ns4_toxins.css	26 Mar 2002 23:00:11 -0000	1.2
  +++ ns4_toxins.css	27 Mar 2002 15:39:58 -0000	1.3
  @@ -66,6 +66,13 @@
    margin-bottom: .2em
    }
   h3, h4 {
  + /*
  +    Local modification: if you upgrade this stylesheet, make sure you
  +    put this local modification back in.  The style.tigris.org team is
  +    looking at ways to make this process easier.
  +  */
  + margin-top: 1em;
  +
    margin-bottom: 0;
    }
   h4 {
  
  
  
  1.13      +0 -4      jakarta-turbine-maven/src/dvsl/xdocs/site.dvsl
  
  Index: site.dvsl
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/dvsl/xdocs/site.dvsl,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- site.dvsl	26 Mar 2002 23:29:22 -0000	1.12
  +++ site.dvsl	27 Mar 2002 15:39:58 -0000	1.13
  @@ -114,10 +114,6 @@
               </div>
             </td>
             <td>
  -            ## Provides some space between the first heading and the
  -            ## banner without resorting to modifying the stylesheet
  -            ## (makes for easier upgrades)
  -            <div></div>
               <div id="bodycol">
                 ## Insert MAIN body here
                 <div class="app">
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>