726aaadd5b
- 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
18 lines
707 B
INI
18 lines
707 B
INI
% $Id$ %
|
|
\Preamble{html}
|
|
\begin{document}
|
|
\Css{%
|
|
body { background-color:\#b6c6e5; color:black; font-family:sans-serif; }
|
|
img { border:0px solid \#d6d6f5; }
|
|
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
|
|
|