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:
parent
4c64393ffb
commit
5eb1e1549c
2 changed files with 7 additions and 0 deletions
|
@ -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}}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue