diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-09-17 20:32:01 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-09-17 20:32:01 +0000 |
| commit | 726aaadd5b29db12e986641e8797301e79e1159e (patch) | |
| tree | 2f9dec643192ab22902fa3fe3f1656a59149418b | |
| parent | 9d56f2d2cf8889465fdf95ffefce195a06024f83 (diff) | |
| download | rockbox-726aaadd5b29db12e986641e8797301e79e1159e.zip rockbox-726aaadd5b29db12e986641e8797301e79e1159e.tar.gz rockbox-726aaadd5b29db12e986641e8797301e79e1159e.tar.bz2 rockbox-726aaadd5b29db12e986641e8797301e79e1159e.tar.xz | |
- 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
| -rw-r--r-- | manual/rockbox-html.cfg | 11 |
1 files changed, 8 insertions, 3 deletions
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 |