1
0
Fork 0
forked from len0rd/rockbox

Adjust HTML manual a bit to the rockbox website colors.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10268 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2006-07-20 22:15:39 +00:00
parent ae7e70c6d9
commit abdff539f2
2 changed files with 6 additions and 1 deletions

View file

@ -3,7 +3,7 @@ LATEX := pdflatex
include LaTeX.Rules
GRAPHIC_FILES:=`find . -name \*.jpg \*.jpeg`
HTLATEX := htlatex
HTOPTS1 := "html,early_,2"
HTOPTS1 := "rockbox-html,early_,2"
HTOPTS2 := ""
HTOPTS3 := "-dhtml/"

5
manual/rockbox-html.cfg Normal file
View file

@ -0,0 +1,5 @@
\Preamble{html}
\begin{document}
\Css{body { background-color:\#b6c6e5; color:black; font-family:sans-serif; }
img { border:2px solid \#d6d6f5; }}
\EndPreamble