[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.2 and 1.3

version 1.2, 2009/09/21 23:12:08 version 1.3, 2009/09/22 16:10:52
Line 892  mdoc_tbl_head_pre(MDOC_ARGS, int t, int w)
Line 892  mdoc_tbl_head_pre(MDOC_ARGS, int t, int w)
                 print_otag(h, TAG_DIV, 1, &tag);                  print_otag(h, TAG_DIV, 1, &tag);
                 break;                  break;
         default:          default:
                 buffmt("margin-left: -%dem;", w);                  buffmt("margin-left: -%dem; width: %dem;", w, w);
                 bufcat("clear: left;");                  bufcat("clear: left;");
                 if (n->next && n->next->child)                  if (n->next && n->next->child)
                         bufcat("float: left;");                          bufcat("float: left;");

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb