bwalding    2003/07/17 04:02:27

  Modified:    src/plugins-build/xdoc plugin.jelly
               src/plugins-build/xdoc/src/plugin-resources/css maven.css
  Added:       src/plugins-build/xdoc/src/plugin-resources/images none.png
  Log:
  Clean up the alignment and remove that dodgy little "strich" thing from tigris 
(overridden in maven.css rather than removed from tigris)
  PR: MAVEN-579
  
  Revision  Changes    Path
  1.34      +1 -6      maven/src/plugins-build/xdoc/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/xdoc/plugin.jelly,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- plugin.jelly      17 Jul 2003 10:44:28 -0000      1.33
  +++ plugin.jelly      17 Jul 2003 11:02:26 -0000      1.34
  @@ -179,12 +179,7 @@
           @state - expanded / collapsed / none
           -->
         <a href="${pathTool.calculateLink(link,relativePath)}">
  -        <j:if test="${state == 'expanded'}">
  -          <img class="handle" src="${relativePath}/images/expanded.png" 
alt="Expanded"/>
  -        </j:if>
  -        <j:if test="${state == 'collapsed'}">
  -          <img class="handle" src="${relativePath}/images/collapsed.png" 
alt="Expandable"/>
  -        </j:if>
  +        <img class="handle" src="${relativePath}/images/${state}.png" alt=""/>
           <j:if test="${empty(img)}">${name}</j:if>
           <j:if test="${!empty(img)}"><img style="border: 1px" src="${img}" 
title="${name}" alt="${name}"/></j:if>
          </a>
  
  
  
  1.1                  
maven/src/plugins-build/xdoc/src/plugin-resources/images/none.png
  
        <<Binary file>>
  
  
  1.4       +5 -0      maven/src/plugins-build/xdoc/src/plugin-resources/css/maven.css
  
  Index: maven.css
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/xdoc/src/plugin-resources/css/maven.css,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- maven.css 17 Jul 2003 10:44:05 -0000      1.3
  +++ maven.css 17 Jul 2003 11:02:26 -0000      1.4
  @@ -102,4 +102,9 @@
   img.handle {
    border: 0;
    padding-right: 2px;
  +}
  +
  +#navcolumn div div  {
  + background-image: none;
  + background-repeat: no-repeat;
   }
  
  
  

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

Reply via email to