You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ni...@apache.org on 2003/03/24 10:27:39 UTC

cvs commit: xml-forrest/src/resources/skins/forrest-site/xslt/html tab2menu.xsl

nicolaken    2003/03/24 01:27:39

  Modified:    src/resources/skins/forrest-site/xslt/html tab2menu.xsl
  Log:
  Add 1pixel spacing below unselected tabs.
  
  Revision  Changes    Path
  1.12      +7 -3      xml-forrest/src/resources/skins/forrest-site/xslt/html/tab2menu.xsl
  
  Index: tab2menu.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/skins/forrest-site/xslt/html/tab2menu.xsl,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- tab2menu.xsl	10 Feb 2003 13:47:05 -0000	1.11
  +++ tab2menu.xsl	24 Mar 2003 09:27:39 -0000	1.12
  @@ -26,14 +26,14 @@
     </xsl:template>
   
     <xsl:template name="separator">
  -    <td width="8">
  -      <img src="{$root}skin/images/spacer.gif" width="8" height="8" alt=""/>
  +    <td width="6">
  +      <img src="{$root}skin/images/spacer.gif" width="6" height="8" alt=""/>
       </td>
     </xsl:template>
   
     <xsl:template name="selected">
       <td valign="bottom">
  -      <table cellspacing="0" cellpadding="0" border="0"  style="height: 1.7em" summary="selected tab">
  +      <table cellspacing="0" cellpadding="0" border="0"  style="height: 1.8em" summary="selected tab">
           <tr>
             <td bgcolor="#4C6C8F" width="5" valign="top">
               <img src="{$skin-img-dir}/tabSel-left.gif" alt="" width="5" height="5" />
  @@ -65,6 +65,10 @@
             </td>
             <td bgcolor="#B2C4E0" width="5" valign="top">
               <img src="{$skin-img-dir}/tab-right.gif" alt="" width="5" height="5" />
  +          </td>
  +        </tr>
  +        <tr>
  +          <td height="1" colspan="3">
             </td>
           </tr>
         </table>