Diff for /Amaya/amaya/styleparser.c between versions 1.221 and 1.222

version 1.221, 2003/08/27 14:25:29 version 1.222, 2003/08/28 13:34:05
Line 1698  static char *ParseCSSLineHeight (Element Line 1698  static char *ParseCSSLineHeight (Element
 }  }
   
 /*----------------------------------------------------------------------  /*----------------------------------------------------------------------
    ParseCSSFontSize: parse a CSS font size attr string       ParseCSSFontSizeAdjust: parse a CSS fontsizeAdjust attr string  
    we expect the input string describing the attribute to be          we expect the input string describing the attribute to be     
    xx-small, x-small, small, medium, large, x-large, xx-large           xx-small, x-small, small, medium, large, x-large, xx-large      
    or an absolute size, or an imcrement relative to the parent          or an absolute size, or an imcrement relative to the parent     
Line 1708  static char *ParseCSSFontSizeAdjust (Ele Line 1708  static char *ParseCSSFontSizeAdjust (Ele
                                      CSSInfoPtr css, ThotBool isHTML)                                       CSSInfoPtr css, ThotBool isHTML)
 {  {
   cssRule = SkipProperty (cssRule);    cssRule = SkipProperty (cssRule);
     return (cssRule);
 }  }
   
 /*----------------------------------------------------------------------  /*----------------------------------------------------------------------

Removed from v.1.221  
changed lines
  Added in v.1.222


Webmaster