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/06/12 15:25:07 UTC

cvs commit: xml-forrest status.xml

nicolaken    2003/06/12 06:25:07

  Modified:    .        status.xml
  Log:
        <action dev="NKB" type="fix" context="skins">
          Fixed bug that showed the krysalis-site skin in IE browsers from
          a remote site to start with a font size of 100.
          Also made the font size script kick in at the start of the
          page rendering, as before it resized only after all the page
          was loaded, which was not nice to say the least.
        </action>
  
  Revision  Changes    Path
  1.166     +7 -0      xml-forrest/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/status.xml,v
  retrieving revision 1.165
  retrieving revision 1.166
  diff -u -r1.165 -r1.166
  --- status.xml	3 Jun 2003 10:09:03 -0000	1.165
  +++ status.xml	12 Jun 2003 13:25:07 -0000	1.166
  @@ -24,6 +24,13 @@
   
     <changes>
       <release version="0.5-dev" date="unreleased">
  +      <action dev="NKB" type="fix" context="skins">
  +        Fixed bug that showed the krysalis-site skin in IE browsers from 
  +        a remote site to start with a font size of 100. 
  +        Also made the font size script kick in at the start of the
  +        page rendering, as before it resized only after all the page
  +        was loaded, which was not nice to say the least.
  +      </action>    
         <action dev="JT" type="add" context="core">
           Added alternative menu/tab selection algorithm, that uses tab attributes
           in site.xml instead of relying on physical site structure (directories).