From d1cfcffa05958114846836fddcd186b156eeac37 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 23 Dec 2006 08:44:51 +0000 Subject: 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] --- chm.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 chm.css (limited to 'chm.css') diff --git a/chm.css b/chm.css new file mode 100644 index 0000000..d8c316b --- /dev/null +++ b/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%; } -- cgit v1.1