summaryrefslogtreecommitdiff
path: root/manual/rockbox-html.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'manual/rockbox-html.cfg')
-rw-r--r--manual/rockbox-html.cfg5
1 files changed, 3 insertions, 2 deletions
diff --git a/manual/rockbox-html.cfg b/manual/rockbox-html.cfg
index 5c2f1a1caa..284bcb36e4 100644
--- a/manual/rockbox-html.cfg
+++ b/manual/rockbox-html.cfg
@@ -1,5 +1,5 @@
1% $Id$ % 1% $Id$ %
2\Preamble{html} 2\Preamble{xhtml}
3\begin{document} 3\begin{document}
4\Css{% 4\Css{%
5body { background-color:\#b6c6e5; color:black; font-family:sans-serif; } 5body { background-color:\#b6c6e5; color:black; font-family:sans-serif; }
@@ -11,7 +11,8 @@ td>hr { display:block; height:0px; border:1px solid \#b6c6e5; background-color:\
11div.center { margin-left:auto; margin-right:auto; } 11div.center { margin-left:auto; margin-right:auto; }
12.fancyvrb { background-color:\#c6d6f5; } 12.fancyvrb { background-color:\#c6d6f5; }
13table.multicols { width:95\%; margin-left:auto; margin-right:auto; text-align:justify; } 13table.multicols { width:95\%; margin-left:auto; margin-right:auto; text-align:justify; }
14.crosslinks { text-align:center; } 14.crosslinks { color:\#ffffff; text-align:center; background-color:\#6887bb; padding:8px; }
15div.crosslinks>p>a { color:\#ffffff; }
15hr { display:none; } 16hr { display:none; }
16} 17}
17\EndPreamble 18\EndPreamble