Minor style tweaks for the CHM.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 19 Dec 2006 10:28:44 +0000 (10:28 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 19 Dec 2006 10:28:44 +0000 (10:28 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@7002 cda61777-01e9-0310-a592-d414129be87e

doc/chm.but
doc/chm.css [new file with mode: 0644]

index fa6b6cd..3e9a577 100644 (file)
@@ -16,4 +16,8 @@
 \cfg{html-mshtmlhelp-contents}{putty.hhc}
 \cfg{html-mshtmlhelp-index}{putty.hhk}
 
+\cfg{html-body-end}{}
+
+\cfg{html-head-end}{<link rel="stylesheet" type="text/css" href="chm.css">}
+
 \versionid $Id$
diff --git a/doc/chm.css b/doc/chm.css
new file mode 100644 (file)
index 0000000..d8c316b
--- /dev/null
@@ -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%; }