Diff for /Amaya/amaya/styleparser.c between versions 1.45 and 1.46

version 1.45, 2000/01/31 11:06:01 version 1.46, 2000/02/04 15:05:36
Line 605  ThotBool            isHTML; Line 605  ThotBool            isHTML;
       TtaSetStylePresentation (PRBorderTopWidth, element, tsch, context, border);        TtaSetStylePresentation (PRBorderTopWidth, element, tsch, context, border);
       border.typed_data.value = 1;        border.typed_data.value = 1;
       border.typed_data.unit = STYLE_UNIT_REL;        border.typed_data.unit = STYLE_UNIT_REL;
       TtaSetStylePresentation (PRShowBox, element, tsch, context, border);  
     }      }
   return (cssRule);    return (cssRule);
 }  }
Line 637  ThotBool            isHTML; Line 636  ThotBool            isHTML;
       TtaSetStylePresentation (PRBorderBottomWidth, element, tsch, context, border);        TtaSetStylePresentation (PRBorderBottomWidth, element, tsch, context, border);
       border.typed_data.value = 1;        border.typed_data.value = 1;
       border.typed_data.unit = STYLE_UNIT_REL;        border.typed_data.unit = STYLE_UNIT_REL;
       TtaSetStylePresentation (PRShowBox, element, tsch, context, border);  
     }      }
   return (cssRule);    return (cssRule);
 }  }
Line 669  ThotBool            isHTML; Line 667  ThotBool            isHTML;
       TtaSetStylePresentation (PRBorderLeftWidth, element, tsch, context, border);        TtaSetStylePresentation (PRBorderLeftWidth, element, tsch, context, border);
       border.typed_data.value = 1;        border.typed_data.value = 1;
       border.typed_data.unit = STYLE_UNIT_REL;        border.typed_data.unit = STYLE_UNIT_REL;
       TtaSetStylePresentation (PRShowBox, element, tsch, context, border);  
     }      }
   return (cssRule);    return (cssRule);
 }  }
Line 701  ThotBool            isHTML; Line 698  ThotBool            isHTML;
       TtaSetStylePresentation (PRBorderRightWidth, element, tsch, context, border);        TtaSetStylePresentation (PRBorderRightWidth, element, tsch, context, border);
       border.typed_data.value = 1;        border.typed_data.value = 1;
       border.typed_data.unit = STYLE_UNIT_REL;        border.typed_data.unit = STYLE_UNIT_REL;
       TtaSetStylePresentation (PRShowBox, element, tsch, context, border);  
     }      }
   return (cssRule);    return (cssRule);
 }  }

Removed from v.1.45  
changed lines
  Added in v.1.46


Webmaster