From b3f49705f54dd0c371648ec0b3db49c6970b1a9b Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 27 Sep 2014 09:26:01 +0000 Subject: Remove last hard-coded width attribute. --- man_html.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'man_html.c') diff --git a/man_html.c b/man_html.c index fef0bb2c..b19ede0b 100644 --- a/man_html.c +++ b/man_html.c @@ -1,4 +1,4 @@ -/* $Id: man_html.c,v 1.101 2014/09/27 09:20:03 kristaps Exp $ */ +/* $Id: man_html.c,v 1.102 2014/09/27 09:26:01 kristaps Exp $ */ /* * Copyright (c) 2008-2012 Kristaps Dzonsons * Copyright (c) 2013, 2014 Ingo Schwarze @@ -309,10 +309,6 @@ man_root_pre(MAN_ARGS) PAIR_CLASS_INIT(&tag, "head"); t = print_otag(h, TAG_TABLE, 1, &tag); - PAIR_INIT(&tag, ATTR_WIDTH, "30%"); - print_otag(h, TAG_COL, 1, &tag); - print_otag(h, TAG_COL, 1, &tag); - print_otag(h, TAG_COL, 1, &tag); print_otag(h, TAG_TBODY, 0, NULL); @@ -344,9 +340,6 @@ man_root_post(MAN_ARGS) PAIR_CLASS_INIT(&tag, "foot"); t = print_otag(h, TAG_TABLE, 1, &tag); - PAIR_INIT(&tag, ATTR_WIDTH, "50%"); - print_otag(h, TAG_COL, 1, &tag); - print_otag(h, TAG_COL, 1, &tag); tt = print_otag(h, TAG_TR, 0, NULL); -- cgit v1.2.3