Ability to build a .CHM for Puzzles. I haven't yet arranged for it

to be used by the Windows binaries; that's the next step.

[originally from svn r7006]
This commit is contained in:
Simon Tatham
2006-12-23 08:44:51 +00:00
parent e08948a7ea
commit d1cfcffa05
3 changed files with 37 additions and 0 deletions

7
chm.css Normal file
View File

@ -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%; }