aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/html.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-01-21 02:29:57 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-01-21 02:29:57 +0000
commitcc5f1bc629499695bca49f16851355d09d5468f2 (patch)
treebf0cd22098055a0c87664937def017435b3fae87 /html.c
parente017bf9218d720071da2fa6ff379604b540bf98c (diff)
downloadmandoc-cc5f1bc629499695bca49f16851355d09d5468f2.tar.gz
mandoc-cc5f1bc629499695bca49f16851355d09d5468f2.tar.zst
mandoc-cc5f1bc629499695bca49f16851355d09d5468f2.zip
slightly simplify header and footer styles
Diffstat (limited to 'html.c')
-rw-r--r--html.c6
1 files changed, 1 insertions, 5 deletions
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 <kristaps@bsd.lv>
* Copyright (c) 2011-2015, 2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -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);