summaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2008-12-04 22:15:04 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2008-12-04 22:15:04 +0000
commit8ea82ff4a8b03141c7bc0491dda351dc0645ccd8 (patch)
tree56bddae8594b593999aa6c1af87a45ae4fc9db50 /manual
parent75da103c52b1c9e40063a1a838fb2cb5f0d28dc0 (diff)
downloadrockbox-8ea82ff4a8b03141c7bc0491dda351dc0645ccd8.tar.gz
rockbox-8ea82ff4a8b03141c7bc0491dda351dc0645ccd8.zip
Make HTML manual crosslink heading more similar to the main website heading.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19341 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-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 @@
% $Id$ %
-\Preamble{html}
+\Preamble{xhtml}
\begin{document}
\Css{%
body { 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:\
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; }
-.crosslinks { text-align:center; }
+.crosslinks { color:\#ffffff; text-align:center; background-color:\#6887bb; padding:8px; }
+div.crosslinks>p>a { color:\#ffffff; }
hr { display:none; }
}
\EndPreamble