From: simon Date: Tue, 19 Dec 2006 10:28:44 +0000 (+0000) Subject: Minor style tweaks for the CHM. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/commitdiff_plain/c34c50f3334f840b7e5a054006071dc1f360686b Minor style tweaks for the CHM. git-svn-id: svn://svn.tartarus.org/sgt/putty@7002 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/doc/chm.but b/doc/chm.but index fa6b6cde..3e9a577e 100644 --- a/doc/chm.but +++ b/doc/chm.but @@ -16,4 +16,8 @@ \cfg{html-mshtmlhelp-contents}{putty.hhc} \cfg{html-mshtmlhelp-index}{putty.hhk} +\cfg{html-body-end}{} + +\cfg{html-head-end}{} + \versionid $Id$ diff --git a/doc/chm.css b/doc/chm.css new file mode 100644 index 00000000..d8c316bf --- /dev/null +++ b/doc/chm.css @@ -0,0 +1,7 @@ +/* Stylesheet for a Windows .CHM help file */ + +body { font-size: 75%; font-family: Verdana, Arial, Helvetica, Sans-Serif; } + +h1 { font-weight: bold; font-size: 150%; } +h2 { font-weight: bold; font-size: 130%; } +h3 { font-weight: bold; font-size: 120%; }