mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Make HTML manual crosslink heading more similar to the main website heading.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19341 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
75da103c52
commit
8ea82ff4a8
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
% $Id$ %
|
% $Id$ %
|
||||||
\Preamble{html}
|
\Preamble{xhtml}
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\Css{%
|
\Css{%
|
||||||
body { background-color:\#b6c6e5; color:black; font-family:sans-serif; }
|
body { background-color:\#b6c6e5; color:black; font-family:sans-serif; }
|
||||||
|
@ -11,7 +11,8 @@ td>hr { display:block; height:0px; border:1px solid \#b6c6e5; background-color:\
|
||||||
div.center { margin-left:auto; margin-right:auto; }
|
div.center { margin-left:auto; margin-right:auto; }
|
||||||
.fancyvrb { background-color:\#c6d6f5; }
|
.fancyvrb { background-color:\#c6d6f5; }
|
||||||
table.multicols { width:95\%; margin-left:auto; margin-right:auto; text-align:justify; }
|
table.multicols { width:95\%; margin-left:auto; margin-right:auto; text-align:justify; }
|
||||||
.crosslinks { text-align:center; }
|
.crosslinks { color:\#ffffff; text-align:center; background-color:\#6887bb; padding:8px; }
|
||||||
|
div.crosslinks>p>a { color:\#ffffff; }
|
||||||
hr { display:none; }
|
hr { display:none; }
|
||||||
}
|
}
|
||||||
\EndPreamble
|
\EndPreamble
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue