aboutsummaryrefslogtreecommitdiff
path: root/chm.css
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2006-12-23 08:44:51 +0000
committerSimon Tatham <anakin@pobox.com>2006-12-23 08:44:51 +0000
commitd1cfcffa05958114846836fddcd186b156eeac37 (patch)
treecac8479487eaa70a8aa8184ed8e2b634eeee2983 /chm.css
parente08948a7ea96ae6051850a5359bbb960398afcf4 (diff)
downloadpuzzles-d1cfcffa05958114846836fddcd186b156eeac37.zip
puzzles-d1cfcffa05958114846836fddcd186b156eeac37.tar.gz
puzzles-d1cfcffa05958114846836fddcd186b156eeac37.tar.bz2
puzzles-d1cfcffa05958114846836fddcd186b156eeac37.tar.xz
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]
Diffstat (limited to 'chm.css')
-rw-r--r--chm.css7
1 files changed, 7 insertions, 0 deletions
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%; }