- decrease padding and huge margins in tables
- add formatting for longtable (used in "config file options")
- don't display hr's to separate floats
- make the crosslinks a bit nicer
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10979 a1c6a512-1295-4272-9138-f99709370657
diff --git a/manual/rockbox-html.cfg b/manual/rockbox-html.cfg
index e30d493..216b457 100644
--- a/manual/rockbox-html.cfg
+++ b/manual/rockbox-html.cfg
@@ -1,13 +1,18 @@
% $Id$ %
\Preamble{html}
\begin{document}
-\Css{body { background-color:\#b6c6e5; color:black; font-family:sans-serif; }
+\Css{%
+body { background-color:\#b6c6e5; color:black; font-family:sans-serif; }
img { border:0px solid \#d6d6f5; }
-table.float, table.figure { border: outset 2px \#fff; margin-left:auto; margin-right:auto; }
-td { background-color: \#c6d6f5; padding: 4px; }
+table.float, table.figure, table.longtable { border: outset 2px \#fff; margin-left:auto; margin-right:auto; }
+td { background-color: \#c6d6f5; margin:2px; padding: 0px; }
+td>p { margin:2px; padding:0px; }
+td>hr { display:block; height:0px; border:1px solid \#b6c6e5; background-color:\#b6c6e5; }
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; }
+hr { display:none; }
}
\EndPreamble