summaryrefslogtreecommitdiff
path: root/manual/rockbox-html.cfg
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2006-08-02 17:34:41 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2006-08-02 17:34:41 +0000
commit844e9b6e4c00ed8e21b944e9a5391f12e7b328ee (patch)
tree0d13ff7fc7d69a63da3414bf017d28db2928b4bb /manual/rockbox-html.cfg
parent251e519985b290ef961271b803365f85549b6e2a (diff)
downloadrockbox-844e9b6e4c00ed8e21b944e9a5391f12e7b328ee.tar.gz
rockbox-844e9b6e4c00ed8e21b944e9a5391f12e7b328ee.zip
More adjustment of the html output to the rockbox site. Should be pretty close now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10413 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/rockbox-html.cfg')
-rw-r--r--manual/rockbox-html.cfg8
1 files changed, 7 insertions, 1 deletions
diff --git a/manual/rockbox-html.cfg b/manual/rockbox-html.cfg
index 8c428eb40a..8b021bd564 100644
--- a/manual/rockbox-html.cfg
+++ b/manual/rockbox-html.cfg
@@ -1,5 +1,11 @@
1% $Id$ %
1\Preamble{html} 2\Preamble{html}
2\begin{document} 3\begin{document}
3\Css{body { background-color:\#b6c6e5; color:black; font-family:sans-serif; } 4\Css{body { background-color:\#b6c6e5; color:black; font-family:sans-serif; }
4img { border:2px solid \#d6d6f5; }} 5img { border:0px solid \#d6d6f5; }
6table.float, table.figure { border: outset 2px \#fff; margin-left:auto; margin-right:auto; }
7td { background-color: \#c6d6f5; padding: 4px; }
8div.center { margin-left:auto; margin-right:auto; }
9.fancyvrb { background-color:\#c6d6f5; }
10}
5\EndPreamble 11\EndPreamble