aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/html.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2014-09-27 09:02:19 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2014-09-27 09:02:19 +0000
commitf7cae2b5143765e1118dcc0d2a7c38723dcbc57e (patch)
tree446518a116a0d1c723b5707748ccef30126c0dfd /html.h
parent0c2237fc47306acb3e6e9a5120cb2f69a96efe72 (diff)
downloadmandoc-f7cae2b5143765e1118dcc0d2a7c38723dcbc57e.tar.gz
mandoc-f7cae2b5143765e1118dcc0d2a7c38723dcbc57e.tar.zst
mandoc-f7cae2b5143765e1118dcc0d2a7c38723dcbc57e.zip
First, add space for default styling for HTML5 (non-fragment) output.
This uses a <style /> block right before the <link /> for the stylesheet. Use this to kick out hardcoded header and footer table widths.
Diffstat (limited to 'html.h')
-rw-r--r--html.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/html.h b/html.h
index 9c2861b6..b49efb43 100644
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/* $Id: html.h,v 1.55 2014/09/27 08:54:34 kristaps Exp $ */
+/* $Id: html.h,v 1.56 2014/09/27 09:02:19 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -50,6 +50,7 @@ enum htmltag {
TAG_I,
TAG_CODE,
TAG_SMALL,
+ TAG_STYLE,
TAG_MAX
};