[BACK]Return to mdoc_html.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mdoc_html.c between version 1.75 and 1.76

version 1.75, 2010/06/04 22:16:27 version 1.76, 2010/06/04 22:26:13
Line 1590  mdoc_fn_pre(MDOC_ARGS)
Line 1590  mdoc_fn_pre(MDOC_ARGS)
                 bufcat_su(h, "margin-left", &su);                  bufcat_su(h, "margin-left", &su);
                 su.scale = -su.scale;                  su.scale = -su.scale;
                 bufcat_su(h, "text-indent", &su);                  bufcat_su(h, "text-indent", &su);
                   if (n->prev && MDOC_Ft != n->prev->tok) {
                           SCALE_VS_INIT(&su, 1);
                           bufcat_su(h, "margin-top", &su);
                   }
                 if (n->next) {                  if (n->next) {
                         SCALE_VS_INIT(&su, 1);                          SCALE_VS_INIT(&su, 1);
                         bufcat_su(h, "margin-bottom", &su);                          bufcat_su(h, "margin-bottom", &su);

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76

CVSweb