From 726aaadd5b29db12e986641e8797301e79e1159e Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sun, 17 Sep 2006 20:32:01 +0000 Subject: - 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 --- manual/rockbox-html.cfg | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'manual') diff --git a/manual/rockbox-html.cfg b/manual/rockbox-html.cfg index e30d4937a3..216b457a7a 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 -- cgit v1.2.3