=================================================================== RCS file: /cvs/mandoc/mdoc_html.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- mandoc/mdoc_html.c 2009/09/21 23:12:08 1.2 +++ mandoc/mdoc_html.c 2009/09/22 16:10:52 1.3 @@ -1,4 +1,4 @@ -/* $Id: mdoc_html.c,v 1.2 2009/09/21 23:12:08 kristaps Exp $ */ +/* $Id: mdoc_html.c,v 1.3 2009/09/22 16:10:52 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -892,7 +892,7 @@ mdoc_tbl_head_pre(MDOC_ARGS, int t, int w) print_otag(h, TAG_DIV, 1, &tag); break; default: - buffmt("margin-left: -%dem;", w); + buffmt("margin-left: -%dem; width: %dem;", w, w); bufcat("clear: left;"); if (n->next && n->next->child) bufcat("float: left;");