diff options
Diffstat (limited to '')
| -rw-r--r-- | apps/plugins/puzzles/chm.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/chm.css b/apps/plugins/puzzles/chm.css new file mode 100644 index 0000000..d8c316b --- /dev/null +++ b/apps/plugins/puzzles/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%; } |