HTML adjustments: make the credits table a bit nicer and add missing name separators. Don't indent paragraphs as htlatex creates bigger parskips.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10475 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2006-08-07 20:46:26 +00:00
parent 4c64393ffb
commit 5eb1e1549c
2 changed files with 7 additions and 0 deletions

View file

@ -266,3 +266,8 @@
section \ref{#1} (page \pageref{#1})
}}
{\newcommand{\reference}[1]{section \ref{#1}}}
% special HTML output adjustments
\ifpdfoutput{}{\setlength{\parindent}{0mm}}
\ifpdfoutput{}{\renewcommand{\Forward}[1]{$\triangleright${}#1}}

View file

@ -7,5 +7,7 @@ table.float, table.figure { border: outset 2px \#fff; margin-left:auto; margin-r
td { background-color: \#c6d6f5; padding: 4px; }
div.center { margin-left:auto; margin-right:auto; }
.fancyvrb { background-color:\#c6d6f5; }
table.multicols { width:95\%; margin-left:auto; margin-right:auto; text-align:justify; }
}
\EndPreamble