From cc5f1bc629499695bca49f16851355d09d5468f2 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 21 Jan 2017 02:29:57 +0000 Subject: slightly simplify header and footer styles --- html.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'html.c') diff --git a/html.c b/html.c index fcb2e876..24fd6f47 100644 --- a/html.c +++ b/html.c @@ -1,4 +1,4 @@ -/* $Id: html.c,v 1.199 2017/01/19 16:59:30 schwarze Exp $ */ +/* $Id: html.c,v 1.200 2017/01/21 02:29:57 schwarze Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons * Copyright (c) 2011-2015, 2017 Ingo Schwarze @@ -177,10 +177,6 @@ print_gen_head(struct html *h) print_endline(h); print_text(h, "td.head-vol { text-align: center; }"); print_endline(h); - print_text(h, "table.foot td { width: 50%; }"); - print_endline(h); - print_text(h, "table.head td { width: 33%; }"); - print_endline(h); print_text(h, "div.Pp { margin: 1ex 0ex; }"); print_tagq(h, t); -- cgit v1.2.3