Diff for /Amaya/amaya/styleparser.c between versions 1.373 and 1.374

version 1.373, 2007/01/17 14:10:15 version 1.374, 2007/01/18 15:50:12
Line 1666  static char *ParseCSSBorderRight (Elemen Line 1666  static char *ParseCSSBorderRight (Elemen
       /* get the box color */        /* get the box color */
       best.typed_data.value = -1;        best.typed_data.value = -1;
       best.typed_data.unit = UNIT_REL;        best.typed_data.unit = UNIT_REL;
         best.typed_data.real = FALSE;
       TtaSetStylePresentation (PRBorderRightColor, element, tsch, context, best);        TtaSetStylePresentation (PRBorderRightColor, element, tsch, context, best);
     }      }
   return (cssRule);    return (cssRule);

Removed from v.1.373  
changed lines
  Added in v.1.374


Webmaster