You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2003/01/27 13:36:23 UTC

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

jefft       2003/01/27 04:36:23

  Modified:    src/resources/skins/forrest-site/xslt/html tab2menu.xsl
  Log:
  Make unselected tabs slightly smaller
  
  Revision  Changes    Path
  1.10      +1 -1      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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- tab2menu.xsl	27 Jan 2003 08:05:50 -0000	1.9
  +++ tab2menu.xsl	27 Jan 2003 12:36:22 -0000	1.10
  @@ -55,7 +55,7 @@
   
     <xsl:template name="not-selected">
       <td valign="bottom">
  -      <table cellspacing="0" cellpadding="0" border="0" style="height: 1.5em" summary="non selected tab">
  +      <table cellspacing="0" cellpadding="0" border="0" style="height: 1.4em" summary="non selected tab">
           <tr>
             <td bgcolor="#B2C4E0" width="5" valign="top">
               <img src="{$skin-img-dir}/tab-left.gif" alt="" width="5" height="5" />