mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-20 23:51:29 -07:00
Improve OS X help: split back up into multiple files (thanks to
Halibut's new \cfg{html-local-head} directive), and add some CSS to mimic the font choices of system help files. [originally from svn r5194]
This commit is contained in:
14
osx-help.but
Normal file
14
osx-help.but
Normal file
@ -0,0 +1,14 @@
|
||||
\# Additional Halibut fragment to set up the HTML output
|
||||
\# appropriately for MacOS online help.
|
||||
|
||||
\cfg{html-head-end}{
|
||||
<style type="text/css">
|
||||
body \{ font-family: "Lucida Grande", Helvetica, Arial; font-size: 9pt \}
|
||||
h1 \{ font-size: 12pt \}
|
||||
h2 \{ font-size: 10pt \}
|
||||
h3 \{ font-size: 9pt \}
|
||||
h4 \{ font-size: 9pt \}
|
||||
h5 \{ font-size: 9pt \}
|
||||
h6 \{ font-size: 9pt \}
|
||||
</style>
|
||||
}
|
Reference in New Issue
Block a user