diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2014-09-27 09:02:19 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2014-09-27 09:02:19 +0000 |
commit | cbb36f69d85e6b491d5b45327719e0cf321ebec2 (patch) | |
tree | 0edb7c41c4d9088e2414889dc7936240b44f77f6 /html.h | |
parent | 7f631c926eaa8069d1c48df8e5c6d375f83e1188 (diff) | |
download | mandoc-cbb36f69d85e6b491d5b45327719e0cf321ebec2.tar.gz |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ enum htmltag { TAG_I, TAG_CODE, TAG_SMALL, + TAG_STYLE, TAG_MAX }; |