diff options
Diffstat (limited to 'chm.css')
| -rw-r--r-- | chm.css | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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%; } |